Shades of Dark Coral #CC5642
Tints of Dark Coral #CC5642
RGB
CMYK
RGB Variations
Color information
#CC5642 (or 0xCC5642) is known color: Dark Coral. HEX triplet: CC, 56 and 42. RGB value is (204,86,66). Sum of RGB (Red+Green+Blue) = 204+86+66=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5642 is #33A9BD. Grayscale: #777777. Windows color (decimal): -3385790 or 4347596. OLE color: 4347596.
HSL color Cylindrical-coordinate representation of color #CC5642: hue angle of 8.7º 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 #CC5642 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 66 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.2 |
| HSL | 8.7º | 0.58% | 0.53% | - |
| HSV(B) | 8.7º | 0.68% | 0.8% | - |
| XYZ | 29.21 | 19.89 | 7.45 | - |
| YUV | 119 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 66 | 0 | 0.58 | 0.68 | 0.2 | 8.7 | 0.58 | 0.53 |
| Hex | CC | 56 | 42 | 0 | 3A | 44 | 14 | 9 | 3A | 35 |
| Octal | 314 | 126 | 102 | 0 | 72 | 104 | 24 | 11 | 72 | 65 |
| Binary | 11001100 | 1010110 | 1000010 | 0 | 111010 | 1000100 | 10100 | 1001 | 111010 | 110101 |
Color Harmonies of #CC5642
Complementary color
Monochromatic Colors of #CC5642
Black with #CC5642
Text Example
Text Example
White with #CC5642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5642; }
p { color: rgb(204,86,66); }
H1.HeaderClassName
{
color: #CC5642;
}
.AnyTagClassName
{
color: #CC5642;
}
</style>
background-color css
<style>
a { background-color: #CC5642; }
a { background-color: rgb(204,86,66); }
div.DivClassName
{
background-color: #CC5642;
}
.BgClassName
{
background-color: #CC5642;
}
</style>
border-color css
<style>
span { border-color: #CC5642; }
span { border-color: rgb(204,86,66); }
td.TdClassName
{
border-color: #CC5642;
}
.TagClassName
{
border-color: #CC5642;
}
</style>