Shades of Dark Coral #CC5847
Tints of Dark Coral #CC5847
RGB
CMYK
RGB Variations
Color information
#CC5847 (or 0xCC5847) is known color: Dark Coral. HEX triplet: CC, 58 and 47. RGB value is (204,88,71). Sum of RGB (Red+Green+Blue) = 204+88+71=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5847 is #33A7B8. Grayscale: #787878. Windows color (decimal): -3385273 or 4675788. OLE color: 4675788.
HSL color Cylindrical-coordinate representation of color #CC5847: hue angle of 7.67º 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 #CC5847 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 71 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.2 |
| HSL | 7.67º | 0.57% | 0.54% | - |
| HSV(B) | 7.67º | 0.65% | 0.8% | - |
| XYZ | 29.53 | 20.27 | 8.32 | - |
| YUV | 120.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 71 | 0 | 0.57 | 0.65 | 0.2 | 7.67 | 0.57 | 0.54 |
| Hex | CC | 58 | 47 | 0 | 39 | 41 | 14 | 8 | 39 | 36 |
| Octal | 314 | 130 | 107 | 0 | 71 | 101 | 24 | 10 | 71 | 66 |
| Binary | 11001100 | 1011000 | 1000111 | 0 | 111001 | 1000001 | 10100 | 1000 | 111001 | 110110 |
Color Harmonies of #CC5847
Complementary color
Monochromatic Colors of #CC5847
Black with #CC5847
Text Example
Text Example
White with #CC5847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5847; }
p { color: rgb(204,88,71); }
H1.HeaderClassName
{
color: #CC5847;
}
.AnyTagClassName
{
color: #CC5847;
}
</style>
background-color css
<style>
a { background-color: #CC5847; }
a { background-color: rgb(204,88,71); }
div.DivClassName
{
background-color: #CC5847;
}
.BgClassName
{
background-color: #CC5847;
}
</style>
border-color css
<style>
span { border-color: #CC5847; }
span { border-color: rgb(204,88,71); }
td.TdClassName
{
border-color: #CC5847;
}
.TagClassName
{
border-color: #CC5847;
}
</style>