Shades of Dark Coral #CC5446
Tints of Dark Coral #CC5446
RGB
CMYK
RGB Variations
Color information
#CC5446 (or 0xCC5446) is known color: Dark Coral. HEX triplet: CC, 54 and 46. RGB value is (204,84,70). Sum of RGB (Red+Green+Blue) = 204+84+70=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5446 is #33ABB9. Grayscale: #767676. Windows color (decimal): -3386298 or 4609228. OLE color: 4609228.
HSL color Cylindrical-coordinate representation of color #CC5446: hue angle of 6.27º 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 #CC5446 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 70 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.2 |
| HSL | 6.27º | 0.57% | 0.54% | - |
| HSV(B) | 6.27º | 0.66% | 0.8% | - |
| XYZ | 29.18 | 19.62 | 8.04 | - |
| YUV | 118.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 70 | 0 | 0.59 | 0.66 | 0.2 | 6.27 | 0.57 | 0.54 |
| Hex | CC | 54 | 46 | 0 | 3B | 42 | 14 | 6 | 39 | 36 |
| Octal | 314 | 124 | 106 | 0 | 73 | 102 | 24 | 6 | 71 | 66 |
| Binary | 11001100 | 1010100 | 1000110 | 0 | 111011 | 1000010 | 10100 | 110 | 111001 | 110110 |
Color Harmonies of #CC5446
Complementary color
Monochromatic Colors of #CC5446
Black with #CC5446
Text Example
Text Example
White with #CC5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5446; }
p { color: rgb(204,84,70); }
H1.HeaderClassName
{
color: #CC5446;
}
.AnyTagClassName
{
color: #CC5446;
}
</style>
background-color css
<style>
a { background-color: #CC5446; }
a { background-color: rgb(204,84,70); }
div.DivClassName
{
background-color: #CC5446;
}
.BgClassName
{
background-color: #CC5446;
}
</style>
border-color css
<style>
span { border-color: #CC5446; }
span { border-color: rgb(204,84,70); }
td.TdClassName
{
border-color: #CC5446;
}
.TagClassName
{
border-color: #CC5446;
}
</style>