Shades of Red Damask #CC6E42
Tints of Red Damask #CC6E42
RGB
CMYK
RGB Variations
Color information
#CC6E42 (or 0xCC6E42) is known color: Red Damask. HEX triplet: CC, 6E and 42. RGB value is (204,110,66). Sum of RGB (Red+Green+Blue) = 204+110+66=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E42 is #3391BD. Grayscale: #858585. Windows color (decimal): -3379646 or 4353740. OLE color: 4353740.
HSL color Cylindrical-coordinate representation of color #CC6E42: hue angle of 19.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC6E42 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 66 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.2 |
| HSL | 19.13º | 0.58% | 0.53% | - |
| HSV(B) | 19.13º | 0.68% | 0.8% | - |
| XYZ | 31.46 | 24.38 | 8.2 | - |
| YUV | 133.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 66 | 0 | 0.46 | 0.68 | 0.2 | 19.13 | 0.58 | 0.53 |
| Hex | CC | 6E | 42 | 0 | 2E | 44 | 14 | 13 | 3A | 35 |
| Octal | 314 | 156 | 102 | 0 | 56 | 104 | 24 | 23 | 72 | 65 |
| Binary | 11001100 | 1101110 | 1000010 | 0 | 101110 | 1000100 | 10100 | 10011 | 111010 | 110101 |
Color Harmonies of #CC6E42
Complementary color
Monochromatic Colors of #CC6E42
Black with #CC6E42
Text Example
Text Example
White with #CC6E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E42; }
p { color: rgb(204,110,66); }
H1.HeaderClassName
{
color: #CC6E42;
}
.AnyTagClassName
{
color: #CC6E42;
}
</style>
background-color css
<style>
a { background-color: #CC6E42; }
a { background-color: rgb(204,110,66); }
div.DivClassName
{
background-color: #CC6E42;
}
.BgClassName
{
background-color: #CC6E42;
}
</style>
border-color css
<style>
span { border-color: #CC6E42; }
span { border-color: rgb(204,110,66); }
td.TdClassName
{
border-color: #CC6E42;
}
.TagClassName
{
border-color: #CC6E42;
}
</style>