Skip to contents

uottawa provides the two primary colors and the six secondary colors of the University of Ottawa, Canada.

Usage

uottawa

Format

An object of class character of length 8.

Source

Color definitions are based on UOttawa's brand specifications.

Value

A named vector of colors (HEX/HTML codes of type character).

Details

The two primary colors are "garnet" (defined as RGB 143/0/26, HEX #8F001A) and "grey_ottawa" (defined as RGB 128/116/108, HEX #80746C).

The secondary colors are "charcoal" (defined as RGB 45/45/44, HEX #2D2D2C), "grey_blue" (defined as RGB 99/109/119, HEX #636d77), "green_ottawa" (defined as RGB 103/121/108, HEX #67796C), "polar_grey" (defined as RGB 242/242/242, HEX #F2F2F2), "light_grey_ottawa" (defined as RGB 172/163/154, HEX #ACA39A), and "cool_grey" (defined as RGB 200/201/199, HEX #C8C9C7).

uottawa uses the HEX color definitions.

Author

unicol, 2023-07-04.

Examples

uottawa
#>            garnet       grey_ottawa          charcoal         grey_blue 
#>         "#8F001A"         "#80746C"         "#2D2D2C"         "#636d77" 
#>      green_ottawa        polar_grey light_grey_ottawa         cool_grey 
#>         "#67796C"         "#F2F2F2"         "#ACA39A"         "#C8C9C7" 
unikn::seecol(uottawa, main = "Colors of UOttawa") # view color palette