#CC7557
A medium, moderate orange closely aligning with Darksalmon.
About #CC7557
Visually, #CC7557 is defined as a moderate orange. Its closest recognized web color is Darksalmon. This translates to an RGB value of rgb(204, 117, 87).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 43% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#CC7557
RGB204, 117, 87
HSL15.4°, 53.4%, 57.1%
CMYK0%, 43%, 57%, 20%
HSV15.4°, 57.4%, 80.0%
LAB58.3, 31.2, 31.3
XYZ33.0, 26.2, 12.3
Decimal13399383
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7557;
}
.text-color {
color: #CC7557;
}
.border-color {
border: 2px solid #CC7557;
}