Shades of Dark Coral #CC5740
Tints of Dark Coral #CC5740
RGB
CMYK
RGB Variations
Color information
#CC5740 (or 0xCC5740) is known color: Dark Coral. HEX triplet: CC, 57 and 40. RGB value is (204,87,64). Sum of RGB (Red+Green+Blue) = 204+87+64=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5740 is #33A8BF. Grayscale: #777777. Windows color (decimal): -3385536 or 4216780. OLE color: 4216780.
HSL color Cylindrical-coordinate representation of color #CC5740: hue angle of 9.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC5740 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 64 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.2 |
| HSL | 9.86º | 0.58% | 0.53% | - |
| HSV(B) | 9.86º | 0.69% | 0.8% | - |
| XYZ | 29.24 | 20.02 | 7.17 | - |
| YUV | 119.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 64 | 0 | 0.57 | 0.69 | 0.2 | 9.86 | 0.58 | 0.53 |
| Hex | CC | 57 | 40 | 0 | 39 | 45 | 14 | A | 3A | 35 |
| Octal | 314 | 127 | 100 | 0 | 71 | 105 | 24 | 12 | 72 | 65 |
| Binary | 11001100 | 1010111 | 1000000 | 0 | 111001 | 1000101 | 10100 | 1010 | 111010 | 110101 |
Color Harmonies of #CC5740
Complementary color
Monochromatic Colors of #CC5740
Black with #CC5740
Text Example
Text Example
White with #CC5740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5740; }
p { color: rgb(204,87,64); }
H1.HeaderClassName
{
color: #CC5740;
}
.AnyTagClassName
{
color: #CC5740;
}
</style>
background-color css
<style>
a { background-color: #CC5740; }
a { background-color: rgb(204,87,64); }
div.DivClassName
{
background-color: #CC5740;
}
.BgClassName
{
background-color: #CC5740;
}
</style>
border-color css
<style>
span { border-color: #CC5740; }
span { border-color: rgb(204,87,64); }
td.TdClassName
{
border-color: #CC5740;
}
.TagClassName
{
border-color: #CC5740;
}
</style>