#CC7C24
A medium, vivid orange closely aligning with Peru.
About #CC7C24
The precise color #CC7C24 is an excellent choice for modern design projects. Designers often compare it to the standard color Peru. This translates to an RGB value of rgb(204, 124, 36).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 39% M, 82% Y, and 20% K. With a hue angle of 31.4 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC7C24
RGB204, 124, 36
HSL31.4°, 70.0%, 47.1%
CMYK0%, 39%, 82%, 20%
HSV31.4°, 82.4%, 80.0%
LAB59.3, 24.7, 57.1
XYZ32.4, 27.4, 5.2
Decimal13401124
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.48:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7C24;
}
.text-color {
color: #CC7C24;
}
.border-color {
border: 2px solid #CC7C24;
}