Shades of Dark Coral #CC5949
Tints of Dark Coral #CC5949
RGB
CMYK
RGB Variations
Color information
#CC5949 (or 0xCC5949) is known color: Dark Coral. HEX triplet: CC, 59 and 49. RGB value is (204,89,73). Sum of RGB (Red+Green+Blue) = 204+89+73=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5949 is #33A6B6. Grayscale: #797979. Windows color (decimal): -3385015 or 4807116. OLE color: 4807116.
HSL color Cylindrical-coordinate representation of color #CC5949: hue angle of 7.33º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5949 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 73 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.2 |
| HSL | 7.33º | 0.56% | 0.54% | - |
| HSV(B) | 7.33º | 0.64% | 0.8% | - |
| XYZ | 29.68 | 20.46 | 8.69 | - |
| YUV | 121.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 73 | 0 | 0.56 | 0.64 | 0.2 | 7.33 | 0.56 | 0.54 |
| Hex | CC | 59 | 49 | 0 | 38 | 40 | 14 | 7 | 38 | 36 |
| Octal | 314 | 131 | 111 | 0 | 70 | 100 | 24 | 7 | 70 | 66 |
| Binary | 11001100 | 1011001 | 1001001 | 0 | 111000 | 1000000 | 10100 | 111 | 111000 | 110110 |
Color Harmonies of #CC5949
Complementary color
Monochromatic Colors of #CC5949
Black with #CC5949
Text Example
Text Example
White with #CC5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5949; }
p { color: rgb(204,89,73); }
H1.HeaderClassName
{
color: #CC5949;
}
.AnyTagClassName
{
color: #CC5949;
}
</style>
background-color css
<style>
a { background-color: #CC5949; }
a { background-color: rgb(204,89,73); }
div.DivClassName
{
background-color: #CC5949;
}
.BgClassName
{
background-color: #CC5949;
}
</style>
border-color css
<style>
span { border-color: #CC5949; }
span { border-color: rgb(204,89,73); }
td.TdClassName
{
border-color: #CC5949;
}
.TagClassName
{
border-color: #CC5949;
}
</style>