Shades of Dark Coral #CC5044
Tints of Dark Coral #CC5044
RGB
CMYK
RGB Variations
Color information
#CC5044 (or 0xCC5044) is known color: Dark Coral. HEX triplet: CC, 50 and 44. RGB value is (204,80,68). Sum of RGB (Red+Green+Blue) = 204+80+68=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5044 is #33AFBB. Grayscale: #737373. Windows color (decimal): -3387324 or 4477132. OLE color: 4477132.
HSL color Cylindrical-coordinate representation of color #CC5044: hue angle of 5.29º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC5044 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 68 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.2 |
| HSL | 5.29º | 0.57% | 0.53% | - |
| HSV(B) | 5.29º | 0.67% | 0.8% | - |
| XYZ | 28.81 | 18.99 | 7.62 | - |
| YUV | 115.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 68 | 0 | 0.61 | 0.67 | 0.2 | 5.29 | 0.57 | 0.53 |
| Hex | CC | 50 | 44 | 0 | 3D | 43 | 14 | 5 | 39 | 35 |
| Octal | 314 | 120 | 104 | 0 | 75 | 103 | 24 | 5 | 71 | 65 |
| Binary | 11001100 | 1010000 | 1000100 | 0 | 111101 | 1000011 | 10100 | 101 | 111001 | 110101 |
Color Harmonies of #CC5044
Complementary color
Monochromatic Colors of #CC5044
Black with #CC5044
Text Example
Text Example
White with #CC5044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5044; }
p { color: rgb(204,80,68); }
H1.HeaderClassName
{
color: #CC5044;
}
.AnyTagClassName
{
color: #CC5044;
}
</style>
background-color css
<style>
a { background-color: #CC5044; }
a { background-color: rgb(204,80,68); }
div.DivClassName
{
background-color: #CC5044;
}
.BgClassName
{
background-color: #CC5044;
}
</style>
border-color css
<style>
span { border-color: #CC5044; }
span { border-color: rgb(204,80,68); }
td.TdClassName
{
border-color: #CC5044;
}
.TagClassName
{
border-color: #CC5044;
}
</style>