Shades of Dark Coral #CC5545
Tints of Dark Coral #CC5545
RGB
CMYK
RGB Variations
Color information
#CC5545 (or 0xCC5545) is known color: Dark Coral. HEX triplet: CC, 55 and 45. RGB value is (204,85,69). Sum of RGB (Red+Green+Blue) = 204+85+69=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5545 is #33AABA. Grayscale: #767676. Windows color (decimal): -3386043 or 4543948. OLE color: 4543948.
HSL color Cylindrical-coordinate representation of color #CC5545: hue angle of 7.11º 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 #CC5545 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 69 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.2 |
| HSL | 7.11º | 0.57% | 0.54% | - |
| HSV(B) | 7.11º | 0.66% | 0.8% | - |
| XYZ | 29.22 | 19.76 | 7.9 | - |
| YUV | 118.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 69 | 0 | 0.58 | 0.66 | 0.2 | 7.11 | 0.57 | 0.54 |
| Hex | CC | 55 | 45 | 0 | 3A | 42 | 14 | 7 | 39 | 36 |
| Octal | 314 | 125 | 105 | 0 | 72 | 102 | 24 | 7 | 71 | 66 |
| Binary | 11001100 | 1010101 | 1000101 | 0 | 111010 | 1000010 | 10100 | 111 | 111001 | 110110 |
Color Harmonies of #CC5545
Complementary color
Monochromatic Colors of #CC5545
Black with #CC5545
Text Example
Text Example
White with #CC5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5545; }
p { color: rgb(204,85,69); }
H1.HeaderClassName
{
color: #CC5545;
}
.AnyTagClassName
{
color: #CC5545;
}
</style>
background-color css
<style>
a { background-color: #CC5545; }
a { background-color: rgb(204,85,69); }
div.DivClassName
{
background-color: #CC5545;
}
.BgClassName
{
background-color: #CC5545;
}
</style>
border-color css
<style>
span { border-color: #CC5545; }
span { border-color: rgb(204,85,69); }
td.TdClassName
{
border-color: #CC5545;
}
.TagClassName
{
border-color: #CC5545;
}
</style>