Shades of Dark Coral #CC6042
Tints of Dark Coral #CC6042
RGB
CMYK
RGB Variations
Color information
#CC6042 (or 0xCC6042) is known color: Dark Coral. HEX triplet: CC, 60 and 42. RGB value is (204,96,66). Sum of RGB (Red+Green+Blue) = 204+96+66=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6042 is #339FBD. Grayscale: #7D7D7D. Windows color (decimal): -3383230 or 4350156. OLE color: 4350156.
HSL color Cylindrical-coordinate representation of color #CC6042: hue angle of 13.04º degrees, saturation: 0.57, 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 #CC6042 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 66 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.2 |
| HSL | 13.04º | 0.58% | 0.53% | - |
| HSV(B) | 13.04º | 0.68% | 0.8% | - |
| XYZ | 30.07 | 21.6 | 7.74 | - |
| YUV | 124.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 66 | 0 | 0.53 | 0.68 | 0.2 | 13.04 | 0.58 | 0.53 |
| Hex | CC | 60 | 42 | 0 | 35 | 44 | 14 | D | 3A | 35 |
| Octal | 314 | 140 | 102 | 0 | 65 | 104 | 24 | 15 | 72 | 65 |
| Binary | 11001100 | 1100000 | 1000010 | 0 | 110101 | 1000100 | 10100 | 1101 | 111010 | 110101 |
Color Harmonies of #CC6042
Complementary color
Monochromatic Colors of #CC6042
Black with #CC6042
Text Example
Text Example
White with #CC6042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6042; }
p { color: rgb(204,96,66); }
H1.HeaderClassName
{
color: #CC6042;
}
.AnyTagClassName
{
color: #CC6042;
}
</style>
background-color css
<style>
a { background-color: #CC6042; }
a { background-color: rgb(204,96,66); }
div.DivClassName
{
background-color: #CC6042;
}
.BgClassName
{
background-color: #CC6042;
}
</style>
border-color css
<style>
span { border-color: #CC6042; }
span { border-color: rgb(204,96,66); }
td.TdClassName
{
border-color: #CC6042;
}
.TagClassName
{
border-color: #CC6042;
}
</style>