Skip to contents

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.

Source

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

Value

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

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.

Author

unicol, 2023-06-29.

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