Shades of Dark Coral #CC5444
Tints of Dark Coral #CC5444
RGB
CMYK
RGB Variations
Color information
#CC5444 (or 0xCC5444) is known color: Dark Coral. HEX triplet: CC, 54 and 44. RGB value is (204,84,68). Sum of RGB (Red+Green+Blue) = 204+84+68=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5444 is #33ABBB. Grayscale: #767676. Windows color (decimal): -3386300 or 4478156. OLE color: 4478156.
HSL color Cylindrical-coordinate representation of color #CC5444: hue angle of 7.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC5444 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 68 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.2 |
| HSL | 7.06º | 0.57% | 0.53% | - |
| HSV(B) | 7.06º | 0.67% | 0.8% | - |
| XYZ | 29.12 | 19.6 | 7.72 | - |
| YUV | 118.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 68 | 0 | 0.59 | 0.67 | 0.2 | 7.06 | 0.57 | 0.53 |
| Hex | CC | 54 | 44 | 0 | 3B | 43 | 14 | 7 | 39 | 35 |
| Octal | 314 | 124 | 104 | 0 | 73 | 103 | 24 | 7 | 71 | 65 |
| Binary | 11001100 | 1010100 | 1000100 | 0 | 111011 | 1000011 | 10100 | 111 | 111001 | 110101 |
Color Harmonies of #CC5444
Complementary color
Monochromatic Colors of #CC5444
Black with #CC5444
Text Example
Text Example
White with #CC5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5444; }
p { color: rgb(204,84,68); }
H1.HeaderClassName
{
color: #CC5444;
}
.AnyTagClassName
{
color: #CC5444;
}
</style>
background-color css
<style>
a { background-color: #CC5444; }
a { background-color: rgb(204,84,68); }
div.DivClassName
{
background-color: #CC5444;
}
.BgClassName
{
background-color: #CC5444;
}
</style>
border-color css
<style>
span { border-color: #CC5444; }
span { border-color: rgb(204,84,68); }
td.TdClassName
{
border-color: #CC5444;
}
.TagClassName
{
border-color: #CC5444;
}
</style>