Learn R Programming

unicol (version 0.3.0)

uottawa: Colors of the University of Ottawa, Canada

Description

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

Usage

uottawa

Arguments

Value

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

Format

An object of class character of length 8.

Author

unicol, 2023-07-04.

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.

See Also

seecol for viewing and comparing color palettes; usecol for using color palettes; simcol for finding similar colors; newpal for defining new color palettes; grepal for finding named colors.

Other Canadian university color palettes: carleton, concordia_1, concordia_2, concordia_3, concordia_4, guelph, laval, manitoba_1, manitoba_2, mcgill_brights, mcgill_darks, mcgill_grey, mcgill_muted, mcgill_pastels, mcgill_red, mcmaster_brighterworld, mcmaster_heritage, mun_1, mun_2, queensu_1, queensu_2, sfu_brand, ubc, ucalgary_1, ucalgary_2, ucalgary_accent, ucalgary_warmgreys, utoronto, uvic_1, uvic_2, uwaterloo_arts, uwaterloo_engineering, uwaterloo_environment, uwaterloo_health, uwaterloo_main, uwaterloo_math, uwaterloo_science, western_uni, yorku_1, yorku_2

Examples

Run this code
uottawa
unikn::seecol(uottawa, main = "Colors of UOttawa") # view color palette

Run the code above in your browser using DataLab