Shades of Dark Coral #CC5546
Tints of Dark Coral #CC5546
RGB
CMYK
RGB Variations
Color information
#CC5546 (or 0xCC5546) is known color: Dark Coral. HEX triplet: CC, 55 and 46. RGB value is (204,85,70). Sum of RGB (Red+Green+Blue) = 204+85+70=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5546 is #33AAB9. Grayscale: #777777. Windows color (decimal): -3386042 or 4609484. OLE color: 4609484.
HSL color Cylindrical-coordinate representation of color #CC5546: hue angle of 6.72º 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 #CC5546 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 70 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.2 |
| HSL | 6.72º | 0.57% | 0.54% | - |
| HSV(B) | 6.72º | 0.66% | 0.8% | - |
| XYZ | 29.26 | 19.78 | 8.07 | - |
| YUV | 118.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 70 | 0 | 0.58 | 0.66 | 0.2 | 6.72 | 0.57 | 0.54 |
| Hex | CC | 55 | 46 | 0 | 3A | 42 | 14 | 7 | 39 | 36 |
| Octal | 314 | 125 | 106 | 0 | 72 | 102 | 24 | 7 | 71 | 66 |
| Binary | 11001100 | 1010101 | 1000110 | 0 | 111010 | 1000010 | 10100 | 111 | 111001 | 110110 |
Color Harmonies of #CC5546
Complementary color
Monochromatic Colors of #CC5546
Black with #CC5546
Text Example
Text Example
White with #CC5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5546; }
p { color: rgb(204,85,70); }
H1.HeaderClassName
{
color: #CC5546;
}
.AnyTagClassName
{
color: #CC5546;
}
</style>
background-color css
<style>
a { background-color: #CC5546; }
a { background-color: rgb(204,85,70); }
div.DivClassName
{
background-color: #CC5546;
}
.BgClassName
{
background-color: #CC5546;
}
</style>
border-color css
<style>
span { border-color: #CC5546; }
span { border-color: rgb(204,85,70); }
td.TdClassName
{
border-color: #CC5546;
}
.TagClassName
{
border-color: #CC5546;
}
</style>