Shades of Dark Coral #CC6044
Tints of Dark Coral #CC6044
RGB
CMYK
RGB Variations
Color information
#CC6044 (or 0xCC6044) is known color: Dark Coral. HEX triplet: CC, 60 and 44. RGB value is (204,96,68). Sum of RGB (Red+Green+Blue) = 204+96+68=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6044 is #339FBB. Grayscale: #7D7D7D. Windows color (decimal): -3383228 or 4481228. OLE color: 4481228.
HSL color Cylindrical-coordinate representation of color #CC6044: hue angle of 12.35º 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 #CC6044 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 68 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.2 |
| HSL | 12.35º | 0.57% | 0.53% | - |
| HSV(B) | 12.35º | 0.67% | 0.8% | - |
| XYZ | 30.13 | 21.62 | 8.05 | - |
| YUV | 125.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 68 | 0 | 0.53 | 0.67 | 0.2 | 12.35 | 0.57 | 0.53 |
| Hex | CC | 60 | 44 | 0 | 35 | 43 | 14 | C | 39 | 35 |
| Octal | 314 | 140 | 104 | 0 | 65 | 103 | 24 | 14 | 71 | 65 |
| Binary | 11001100 | 1100000 | 1000100 | 0 | 110101 | 1000011 | 10100 | 1100 | 111001 | 110101 |
Color Harmonies of #CC6044
Complementary color
Monochromatic Colors of #CC6044
Black with #CC6044
Text Example
Text Example
White with #CC6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6044; }
p { color: rgb(204,96,68); }
H1.HeaderClassName
{
color: #CC6044;
}
.AnyTagClassName
{
color: #CC6044;
}
</style>
background-color css
<style>
a { background-color: #CC6044; }
a { background-color: rgb(204,96,68); }
div.DivClassName
{
background-color: #CC6044;
}
.BgClassName
{
background-color: #CC6044;
}
</style>
border-color css
<style>
span { border-color: #CC6044; }
span { border-color: rgb(204,96,68); }
td.TdClassName
{
border-color: #CC6044;
}
.TagClassName
{
border-color: #CC6044;
}
</style>