uwaterloo_main provides the nine main colors
of the University of Waterloo, Canada.
Source
Color definitions are based on the University of Waterloo's Brand home.
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.
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
#> Gold/Yellow Level 1 Gold/Yellow Level 2
#> "#FFFFAA" "#FFEA3D"
#> Gold/Yellow Level 3 (primary) Gold/Yellow Level 4
#> "#FDD54F" "#E4B429"
#> Black/Grey Level 1 Black/Grey Level 2
#> "#DFDFDF" "#A2A2A2"
#> Black/Grey Level 3 Black/Grey Level 4
#> "#787878" "#000000"
#> white
#> "#FFFFFF"
unikn::seecol(uwaterloo_main, main = "University of Waterloo main colors")
# view color palette
