Shades of Dark Coral #CC5943
Tints of Dark Coral #CC5943
RGB
CMYK
RGB Variations
Color information
#CC5943 (or 0xCC5943) is known color: Dark Coral. HEX triplet: CC, 59 and 43. RGB value is (204,89,67). Sum of RGB (Red+Green+Blue) = 204+89+67=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5943 is #33A6BC. Grayscale: #797979. Windows color (decimal): -3385021 or 4413900. OLE color: 4413900.
HSL color Cylindrical-coordinate representation of color #CC5943: hue angle of 9.64º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC5943 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 67 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.2 |
| HSL | 9.64º | 0.57% | 0.53% | - |
| HSV(B) | 9.64º | 0.67% | 0.8% | - |
| XYZ | 29.49 | 20.39 | 7.69 | - |
| YUV | 120.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 67 | 0 | 0.56 | 0.67 | 0.2 | 9.64 | 0.57 | 0.53 |
| Hex | CC | 59 | 43 | 0 | 38 | 43 | 14 | A | 39 | 35 |
| Octal | 314 | 131 | 103 | 0 | 70 | 103 | 24 | 12 | 71 | 65 |
| Binary | 11001100 | 1011001 | 1000011 | 0 | 111000 | 1000011 | 10100 | 1010 | 111001 | 110101 |
Color Harmonies of #CC5943
Complementary color
Monochromatic Colors of #CC5943
Black with #CC5943
Text Example
Text Example
White with #CC5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5943; }
p { color: rgb(204,89,67); }
H1.HeaderClassName
{
color: #CC5943;
}
.AnyTagClassName
{
color: #CC5943;
}
</style>
background-color css
<style>
a { background-color: #CC5943; }
a { background-color: rgb(204,89,67); }
div.DivClassName
{
background-color: #CC5943;
}
.BgClassName
{
background-color: #CC5943;
}
</style>
border-color css
<style>
span { border-color: #CC5943; }
span { border-color: rgb(204,89,67); }
td.TdClassName
{
border-color: #CC5943;
}
.TagClassName
{
border-color: #CC5943;
}
</style>