Shades of Dark Coral #CC5948
Tints of Dark Coral #CC5948
RGB
CMYK
RGB Variations
Color information
#CC5948 (or 0xCC5948) is known color: Dark Coral. HEX triplet: CC, 59 and 48. RGB value is (204,89,72). Sum of RGB (Red+Green+Blue) = 204+89+72=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5948 is #33A6B7. Grayscale: #797979. Windows color (decimal): -3385016 or 4741580. OLE color: 4741580.
HSL color Cylindrical-coordinate representation of color #CC5948: hue angle of 7.73º degrees, saturation: 0.56, 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 #CC5948 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 72 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.2 |
| HSL | 7.73º | 0.56% | 0.54% | - |
| HSV(B) | 7.73º | 0.65% | 0.8% | - |
| XYZ | 29.64 | 20.45 | 8.52 | - |
| YUV | 121.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 72 | 0 | 0.56 | 0.65 | 0.2 | 7.73 | 0.56 | 0.54 |
| Hex | CC | 59 | 48 | 0 | 38 | 41 | 14 | 8 | 38 | 36 |
| Octal | 314 | 131 | 110 | 0 | 70 | 101 | 24 | 10 | 70 | 66 |
| Binary | 11001100 | 1011001 | 1001000 | 0 | 111000 | 1000001 | 10100 | 1000 | 111000 | 110110 |
Color Harmonies of #CC5948
Complementary color
Monochromatic Colors of #CC5948
Black with #CC5948
Text Example
Text Example
White with #CC5948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5948; }
p { color: rgb(204,89,72); }
H1.HeaderClassName
{
color: #CC5948;
}
.AnyTagClassName
{
color: #CC5948;
}
</style>
background-color css
<style>
a { background-color: #CC5948; }
a { background-color: rgb(204,89,72); }
div.DivClassName
{
background-color: #CC5948;
}
.BgClassName
{
background-color: #CC5948;
}
</style>
border-color css
<style>
span { border-color: #CC5948; }
span { border-color: rgb(204,89,72); }
td.TdClassName
{
border-color: #CC5948;
}
.TagClassName
{
border-color: #CC5948;
}
</style>