#CC7C49
A medium, moderate orange closely aligning with Peru.
About #CC7C49
Visually, #CC7C49 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Peru. This translates to an RGB value of rgb(204, 124, 73).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 39% M, 64% Y, and 20% K. The HSL representation is 23.4° hue, 56.2% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC7C49
RGB204, 124, 73
HSL23.4°, 56.2%, 54.3%
CMYK0%, 39%, 64%, 20%
HSV23.4°, 64.2%, 80.0%
LAB59.6, 26.5, 40.5
XYZ33.3, 27.7, 9.9
Decimal13401161
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7C49;
}
.text-color {
color: #CC7C49;
}
.border-color {
border: 2px solid #CC7C49;
}