Shades of Dark Coral #CC5547
Tints of Dark Coral #CC5547
RGB
CMYK
RGB Variations
Color information
#CC5547 (or 0xCC5547) is known color: Dark Coral. HEX triplet: CC, 55 and 47. RGB value is (204,85,71). Sum of RGB (Red+Green+Blue) = 204+85+71=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5547 is #33AAB8. Grayscale: #777777. Windows color (decimal): -3386041 or 4675020. OLE color: 4675020.
HSL color Cylindrical-coordinate representation of color #CC5547: hue angle of 6.32º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC5547 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 71 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.2 |
| HSL | 6.32º | 0.57% | 0.54% | - |
| HSV(B) | 6.32º | 0.65% | 0.8% | - |
| XYZ | 29.29 | 19.79 | 8.24 | - |
| YUV | 118.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 71 | 0 | 0.58 | 0.65 | 0.2 | 6.32 | 0.57 | 0.54 |
| Hex | CC | 55 | 47 | 0 | 3A | 41 | 14 | 6 | 39 | 36 |
| Octal | 314 | 125 | 107 | 0 | 72 | 101 | 24 | 6 | 71 | 66 |
| Binary | 11001100 | 1010101 | 1000111 | 0 | 111010 | 1000001 | 10100 | 110 | 111001 | 110110 |
Color Harmonies of #CC5547
Complementary color
Monochromatic Colors of #CC5547
Black with #CC5547
Text Example
Text Example
White with #CC5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5547; }
p { color: rgb(204,85,71); }
H1.HeaderClassName
{
color: #CC5547;
}
.AnyTagClassName
{
color: #CC5547;
}
</style>
background-color css
<style>
a { background-color: #CC5547; }
a { background-color: rgb(204,85,71); }
div.DivClassName
{
background-color: #CC5547;
}
.BgClassName
{
background-color: #CC5547;
}
</style>
border-color css
<style>
span { border-color: #CC5547; }
span { border-color: rgb(204,85,71); }
td.TdClassName
{
border-color: #CC5547;
}
.TagClassName
{
border-color: #CC5547;
}
</style>