Skip to contents

CMU_2_tartan provides six secondary colors of the CMU, Carnegie Mellon University, USA.

Usage

CMU_2_tartan

Format

An object of class character of length 6.

Source

Color definitions are based on the Color manual.

Value

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

Details

Use secondary colors as accents only to add energy or warmth to layouts as complements to the core palette. When using a secondary color, Carnegie Red (see CMU_1_core) must be present in the communication vehicle or product. The Tartan palette contains the following secondary colors: "scots_rose" (defined as CMYK 0/90/60/0, RGB R239/58/71, HEX #EF3A47), "gold_thread" (defined as CMYK 0/32/100/0, RGB R253/181/21, HEX #FDB515), "green_thread" (defined as CMYK 93/0/98/17, RGB R0/150/71, HEX #009647), "teal_thread" (defined as CMYK 100/0/29/24, RGB R0/143/145, HEX #008F91), "blue_thread" (defined as CMYK 100/75/6/24, RGB R4/54/115, HEX #043673), and "highlands_sky_blue" (defined as CMYK 100/11/3/12, RGB R0/123/192, HEX #007BC0).

CMU_2_tartan uses the HEX color definitions.

Author

unicol, 2023-06-16.

Examples

CMU_2_tartan
#>         scots_rose        gold_thread       green_thread        teal_thread 
#>          "#EF3A47"          "#FDB515"          "#009647"          "#008F91" 
#>        blue_thread highlands_sky_blue 
#>          "#043673"          "#007BC0" 
unikn::seecol(CMU_2_tartan, main = "Secondary colors, Tartan palette CMU") # view color palette