#CC5F3A
A medium, moderate orange closely aligning with Sienna.
About #CC5F3A
At its core, #CC5F3A is a medium and moderate hue. It is closely associated with the named CSS color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 95, and 58.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 53% Magenta, 72% Yellow, and 20% Black. The HSL representation is 15.2° hue, 58.9% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC5F3A
RGB204, 95, 58
HSL15.2°, 58.9%, 51.4%
CMYK0%, 53%, 72%, 20%
HSV15.2°, 71.6%, 80.0%
LAB53.3, 40.8, 41.1
XYZ29.8, 21.3, 6.6
Decimal13393722
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC5F3A;
}
.text-color {
color: #CC5F3A;
}
.border-color {
border: 2px solid #CC5F3A;
}