Shades of Dark Coral #CC5A41
Tints of Dark Coral #CC5A41
RGB
CMYK
RGB Variations
Color information
#CC5A41 (or 0xCC5A41) is known color: Dark Coral. HEX triplet: CC, 5A and 41. RGB value is (204,90,65). Sum of RGB (Red+Green+Blue) = 204+90+65=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A41 is #33A5BE. Grayscale: #797979. Windows color (decimal): -3384767 or 4283084. OLE color: 4283084.
HSL color Cylindrical-coordinate representation of color #CC5A41: hue angle of 10.79º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC5A41 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 65 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.2 |
| HSL | 10.79º | 0.58% | 0.53% | - |
| HSV(B) | 10.79º | 0.68% | 0.8% | - |
| XYZ | 29.51 | 20.53 | 7.41 | - |
| YUV | 121.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 65 | 0 | 0.56 | 0.68 | 0.2 | 10.79 | 0.58 | 0.53 |
| Hex | CC | 5A | 41 | 0 | 38 | 44 | 14 | B | 3A | 35 |
| Octal | 314 | 132 | 101 | 0 | 70 | 104 | 24 | 13 | 72 | 65 |
| Binary | 11001100 | 1011010 | 1000001 | 0 | 111000 | 1000100 | 10100 | 1011 | 111010 | 110101 |
Color Harmonies of #CC5A41
Complementary color
Monochromatic Colors of #CC5A41
Black with #CC5A41
Text Example
Text Example
White with #CC5A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A41; }
p { color: rgb(204,90,65); }
H1.HeaderClassName
{
color: #CC5A41;
}
.AnyTagClassName
{
color: #CC5A41;
}
</style>
background-color css
<style>
a { background-color: #CC5A41; }
a { background-color: rgb(204,90,65); }
div.DivClassName
{
background-color: #CC5A41;
}
.BgClassName
{
background-color: #CC5A41;
}
</style>
border-color css
<style>
span { border-color: #CC5A41; }
span { border-color: rgb(204,90,65); }
td.TdClassName
{
border-color: #CC5A41;
}
.TagClassName
{
border-color: #CC5A41;
}
</style>