Shades of Red Damask #CC6941
Tints of Red Damask #CC6941
RGB
CMYK
RGB Variations
Color information
#CC6941 (or 0xCC6941) is known color: Red Damask. HEX triplet: CC, 69 and 41. RGB value is (204,105,65). Sum of RGB (Red+Green+Blue) = 204+105+65=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6941 is #3396BE. Grayscale: #828282. Windows color (decimal): -3380927 or 4286924. OLE color: 4286924.
HSL color Cylindrical-coordinate representation of color #CC6941: hue angle of 17.27º 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 #CC6941 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 65 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.2 |
| HSL | 17.27º | 0.58% | 0.53% | - |
| HSV(B) | 17.27º | 0.68% | 0.8% | - |
| XYZ | 30.91 | 23.32 | 7.87 | - |
| YUV | 130.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 65 | 0 | 0.49 | 0.68 | 0.2 | 17.27 | 0.58 | 0.53 |
| Hex | CC | 69 | 41 | 0 | 31 | 44 | 14 | 11 | 3A | 35 |
| Octal | 314 | 151 | 101 | 0 | 61 | 104 | 24 | 21 | 72 | 65 |
| Binary | 11001100 | 1101001 | 1000001 | 0 | 110001 | 1000100 | 10100 | 10001 | 111010 | 110101 |
Color Harmonies of #CC6941
Complementary color
Monochromatic Colors of #CC6941
Black with #CC6941
Text Example
Text Example
White with #CC6941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6941; }
p { color: rgb(204,105,65); }
H1.HeaderClassName
{
color: #CC6941;
}
.AnyTagClassName
{
color: #CC6941;
}
</style>
background-color css
<style>
a { background-color: #CC6941; }
a { background-color: rgb(204,105,65); }
div.DivClassName
{
background-color: #CC6941;
}
.BgClassName
{
background-color: #CC6941;
}
</style>
border-color css
<style>
span { border-color: #CC6941; }
span { border-color: rgb(204,105,65); }
td.TdClassName
{
border-color: #CC6941;
}
.TagClassName
{
border-color: #CC6941;
}
</style>