uwaterloo_main: Main colors of the University of Waterloo, Canada

uwaterloo_mainR Documentation

Main colors of the University of Waterloo, Canada

Description

uwaterloo_main provides the nine main colors of the University of Waterloo, Canada.

Usage

uwaterloo_main

Format

An object of class character of length 9.

Details

The 9 main colors are gold/yellow, black/grey and white at 4 levels: "Gold/Yellow Level 1" (defined as CMYK: 2 0 45 0, RGB: 255 255 170, HEX: #FFFFAA), "Gold/Yellow Level 2" (defined as CMYK: 0 1 100 0, RGB: 255 234 41, HEX: #FFEA3D), "Gold/Yellow Level 3" (primary) (defined as CMYK: 0 14 80 0, RGB: 255 213 79, HEX: #FDD54F), "Gold/Yellow Level 4" (defined as CMYK: 0 27 100 0, RGB: 228 180 41, HEX: #E4B429), "Black/Grey Level 1" (defined as CMYK: 0 0 0 15, RGB: 223 223 223, HEX: #DFDFDF), "Black/Grey Level 2" (defined as CMYK: 0 0 0 35, RGB: 162 162 162, HEX: #A2A2A2) "Black/Grey Level 3" (defined as CMYK: 0 0 0 50, RGB: 120 120 120, HEX: #787878), "Black/Grey Level 4" (defined as CMYK: 0 0 0 100, RGB: 0 0 0, HEX: #000000), and "white" (defined as CMYK: 0 0 0 0, RGB: 255 255 255, HEX: #FFFFFF).

uwaterloo_main uses the HEX color definitions.

Value

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

Author(s)

unicol, 2023-06-29.

Source

Color definitions are based on the University of Waterloo's Brand home.

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, uottawa, utoronto, uvic_1, uvic_2, uwaterloo_arts, uwaterloo_engineering, uwaterloo_environment, uwaterloo_health, uwaterloo_math, uwaterloo_science, western_uni, yorku_1, yorku_2

Examples

uwaterloo_main
unikn::seecol(uwaterloo_main, main = "University of Waterloo main colors") 
# view color palette


unicol documentation built on May 29, 2024, 7:17 a.m.