Shades of Dark Coral #CC5947
Tints of Dark Coral #CC5947
RGB
CMYK
RGB Variations
Color information
#CC5947 (or 0xCC5947) is known color: Dark Coral. HEX triplet: CC, 59 and 47. RGB value is (204,89,71). Sum of RGB (Red+Green+Blue) = 204+89+71=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5947 is #33A6B8. Grayscale: #797979. Windows color (decimal): -3385017 or 4676044. OLE color: 4676044.
HSL color Cylindrical-coordinate representation of color #CC5947: hue angle of 8.12º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC5947 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 71 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.2 |
| HSL | 8.12º | 0.57% | 0.54% | - |
| HSV(B) | 8.12º | 0.65% | 0.8% | - |
| XYZ | 29.61 | 20.44 | 8.35 | - |
| YUV | 121.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 71 | 0 | 0.56 | 0.65 | 0.2 | 8.12 | 0.57 | 0.54 |
| Hex | CC | 59 | 47 | 0 | 38 | 41 | 14 | 8 | 39 | 36 |
| Octal | 314 | 131 | 107 | 0 | 70 | 101 | 24 | 10 | 71 | 66 |
| Binary | 11001100 | 1011001 | 1000111 | 0 | 111000 | 1000001 | 10100 | 1000 | 111001 | 110110 |
Color Harmonies of #CC5947
Complementary color
Monochromatic Colors of #CC5947
Black with #CC5947
Text Example
Text Example
White with #CC5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5947; }
p { color: rgb(204,89,71); }
H1.HeaderClassName
{
color: #CC5947;
}
.AnyTagClassName
{
color: #CC5947;
}
</style>
background-color css
<style>
a { background-color: #CC5947; }
a { background-color: rgb(204,89,71); }
div.DivClassName
{
background-color: #CC5947;
}
.BgClassName
{
background-color: #CC5947;
}
</style>
border-color css
<style>
span { border-color: #CC5947; }
span { border-color: rgb(204,89,71); }
td.TdClassName
{
border-color: #CC5947;
}
.TagClassName
{
border-color: #CC5947;
}
</style>