Shades of Dark Coral #CC5745
Tints of Dark Coral #CC5745
RGB
CMYK
RGB Variations
Color information
#CC5745 (or 0xCC5745) is known color: Dark Coral. HEX triplet: CC, 57 and 45. RGB value is (204,87,69). Sum of RGB (Red+Green+Blue) = 204+87+69=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5745 is #33A8BA. Grayscale: #787878. Windows color (decimal): -3385531 or 4544460. OLE color: 4544460.
HSL color Cylindrical-coordinate representation of color #CC5745: hue angle of 8º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC5745 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 69 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.2 |
| HSL | 8º | 0.57% | 0.54% | - |
| HSV(B) | 8º | 0.66% | 0.8% | - |
| XYZ | 29.38 | 20.08 | 7.96 | - |
| YUV | 119.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 69 | 0 | 0.57 | 0.66 | 0.2 | 8 | 0.57 | 0.54 |
| Hex | CC | 57 | 45 | 0 | 39 | 42 | 14 | 8 | 39 | 36 |
| Octal | 314 | 127 | 105 | 0 | 71 | 102 | 24 | 10 | 71 | 66 |
| Binary | 11001100 | 1010111 | 1000101 | 0 | 111001 | 1000010 | 10100 | 1000 | 111001 | 110110 |
Color Harmonies of #CC5745
Complementary color
Monochromatic Colors of #CC5745
Black with #CC5745
Text Example
Text Example
White with #CC5745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5745; }
p { color: rgb(204,87,69); }
H1.HeaderClassName
{
color: #CC5745;
}
.AnyTagClassName
{
color: #CC5745;
}
</style>
background-color css
<style>
a { background-color: #CC5745; }
a { background-color: rgb(204,87,69); }
div.DivClassName
{
background-color: #CC5745;
}
.BgClassName
{
background-color: #CC5745;
}
</style>
border-color css
<style>
span { border-color: #CC5745; }
span { border-color: rgb(204,87,69); }
td.TdClassName
{
border-color: #CC5745;
}
.TagClassName
{
border-color: #CC5745;
}
</style>