Shades of Dark Coral #CC6047
Tints of Dark Coral #CC6047
RGB
CMYK
RGB Variations
Color information
#CC6047 (or 0xCC6047) is known color: Dark Coral. HEX triplet: CC, 60 and 47. RGB value is (204,96,71). Sum of RGB (Red+Green+Blue) = 204+96+71=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6047 is #339FB8. Grayscale: #7D7D7D. Windows color (decimal): -3383225 or 4677836. OLE color: 4677836.
HSL color Cylindrical-coordinate representation of color #CC6047: hue angle of 11.28º 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 #CC6047 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 71 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.2 |
| HSL | 11.28º | 0.57% | 0.54% | - |
| HSV(B) | 11.28º | 0.65% | 0.8% | - |
| XYZ | 30.22 | 21.66 | 8.55 | - |
| YUV | 125.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 71 | 0 | 0.53 | 0.65 | 0.2 | 11.28 | 0.57 | 0.54 |
| Hex | CC | 60 | 47 | 0 | 35 | 41 | 14 | B | 39 | 36 |
| Octal | 314 | 140 | 107 | 0 | 65 | 101 | 24 | 13 | 71 | 66 |
| Binary | 11001100 | 1100000 | 1000111 | 0 | 110101 | 1000001 | 10100 | 1011 | 111001 | 110110 |
Color Harmonies of #CC6047
Complementary color
Monochromatic Colors of #CC6047
Black with #CC6047
Text Example
Text Example
White with #CC6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6047; }
p { color: rgb(204,96,71); }
H1.HeaderClassName
{
color: #CC6047;
}
.AnyTagClassName
{
color: #CC6047;
}
</style>
background-color css
<style>
a { background-color: #CC6047; }
a { background-color: rgb(204,96,71); }
div.DivClassName
{
background-color: #CC6047;
}
.BgClassName
{
background-color: #CC6047;
}
</style>
border-color css
<style>
span { border-color: #CC6047; }
span { border-color: rgb(204,96,71); }
td.TdClassName
{
border-color: #CC6047;
}
.TagClassName
{
border-color: #CC6047;
}
</style>