#CC7550
A medium, moderate orange closely aligning with Darksalmon.
About #CC7550
The hex code #CC7550 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Darksalmon. This translates to an RGB value of rgb(204, 117, 80).
For print applications, it's crucial to understand its CMYK makeup. 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.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC7550
RGB204, 117, 80
HSL17.9°, 54.9%, 55.7%
CMYK0%, 43%, 61%, 20%
HSV17.9°, 60.8%, 80.0%
LAB58.2, 30.7, 35.0
XYZ32.7, 26.1, 10.9
Decimal13399376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7550;
}
.text-color {
color: #CC7550;
}
.border-color {
border: 2px solid #CC7550;
}