Shades of Red Damask #CC6E41
Tints of Red Damask #CC6E41
RGB
CMYK
RGB Variations
Color information
#CC6E41 (or 0xCC6E41) is known color: Red Damask. HEX triplet: CC, 6E and 41. RGB value is (204,110,65). Sum of RGB (Red+Green+Blue) = 204+110+65=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E41 is #3391BE. Grayscale: #858585. Windows color (decimal): -3379647 or 4288204. OLE color: 4288204.
HSL color Cylindrical-coordinate representation of color #CC6E41: hue angle of 19.42º degrees, saturation: 0.58, 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 #CC6E41 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 65 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.2 |
| HSL | 19.42º | 0.58% | 0.53% | - |
| HSV(B) | 19.42º | 0.68% | 0.8% | - |
| XYZ | 31.43 | 24.37 | 8.05 | - |
| YUV | 132.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 65 | 0 | 0.46 | 0.68 | 0.2 | 19.42 | 0.58 | 0.53 |
| Hex | CC | 6E | 41 | 0 | 2E | 44 | 14 | 13 | 3A | 35 |
| Octal | 314 | 156 | 101 | 0 | 56 | 104 | 24 | 23 | 72 | 65 |
| Binary | 11001100 | 1101110 | 1000001 | 0 | 101110 | 1000100 | 10100 | 10011 | 111010 | 110101 |
Color Harmonies of #CC6E41
Complementary color
Monochromatic Colors of #CC6E41
Black with #CC6E41
Text Example
Text Example
White with #CC6E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E41; }
p { color: rgb(204,110,65); }
H1.HeaderClassName
{
color: #CC6E41;
}
.AnyTagClassName
{
color: #CC6E41;
}
</style>
background-color css
<style>
a { background-color: #CC6E41; }
a { background-color: rgb(204,110,65); }
div.DivClassName
{
background-color: #CC6E41;
}
.BgClassName
{
background-color: #CC6E41;
}
</style>
border-color css
<style>
span { border-color: #CC6E41; }
span { border-color: rgb(204,110,65); }
td.TdClassName
{
border-color: #CC6E41;
}
.TagClassName
{
border-color: #CC6E41;
}
</style>