Shades of Dark Coral #CC6444
Tints of Dark Coral #CC6444
RGB
CMYK
RGB Variations
Color information
#CC6444 (or 0xCC6444) is known color: Dark Coral. HEX triplet: CC, 64 and 44. RGB value is (204,100,68). Sum of RGB (Red+Green+Blue) = 204+100+68=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6444 is #339BBB. Grayscale: #7F7F7F. Windows color (decimal): -3382204 or 4482252. OLE color: 4482252.
HSL color Cylindrical-coordinate representation of color #CC6444: hue angle of 14.12º 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 #CC6444 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 68 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.2 |
| HSL | 14.12º | 0.57% | 0.53% | - |
| HSV(B) | 14.12º | 0.67% | 0.8% | - |
| XYZ | 30.5 | 22.37 | 8.18 | - |
| YUV | 127.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 68 | 0 | 0.51 | 0.67 | 0.2 | 14.12 | 0.57 | 0.53 |
| Hex | CC | 64 | 44 | 0 | 33 | 43 | 14 | E | 39 | 35 |
| Octal | 314 | 144 | 104 | 0 | 63 | 103 | 24 | 16 | 71 | 65 |
| Binary | 11001100 | 1100100 | 1000100 | 0 | 110011 | 1000011 | 10100 | 1110 | 111001 | 110101 |
Color Harmonies of #CC6444
Complementary color
Monochromatic Colors of #CC6444
Black with #CC6444
Text Example
Text Example
White with #CC6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6444; }
p { color: rgb(204,100,68); }
H1.HeaderClassName
{
color: #CC6444;
}
.AnyTagClassName
{
color: #CC6444;
}
</style>
background-color css
<style>
a { background-color: #CC6444; }
a { background-color: rgb(204,100,68); }
div.DivClassName
{
background-color: #CC6444;
}
.BgClassName
{
background-color: #CC6444;
}
</style>
border-color css
<style>
span { border-color: #CC6444; }
span { border-color: rgb(204,100,68); }
td.TdClassName
{
border-color: #CC6444;
}
.TagClassName
{
border-color: #CC6444;
}
</style>