#C56D2C
A medium, moderate orange closely aligning with Chocolate.
About #C56D2C
Visually, #C56D2C is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(197, 109, 44).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 45% magenta inks. The HSL representation is 25.5° hue, 63.5% saturation, and 47.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C56D2C
RGB197, 109, 44
HSL25.5°, 63.5%, 47.3%
CMYK0%, 45%, 78%, 23%
HSV25.5°, 77.7%, 77.3%
LAB55.1, 30.1, 49.5
XYZ28.9, 23.0, 5.3
Decimal12938540
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C56D2C;
}
.text-color {
color: #C56D2C;
}
.border-color {
border: 2px solid #C56D2C;
}