Shades of Red Damask #CC6940
Tints of Red Damask #CC6940
RGB
CMYK
RGB Variations
Color information
#CC6940 (or 0xCC6940) is known color: Red Damask. HEX triplet: CC, 69 and 40. RGB value is (204,105,64). Sum of RGB (Red+Green+Blue) = 204+105+64=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6940 is #3396BF. Grayscale: #828282. Windows color (decimal): -3380928 or 4221388. OLE color: 4221388.
HSL color Cylindrical-coordinate representation of color #CC6940: hue angle of 17.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC6940 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 64 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.2 |
| HSL | 17.57º | 0.58% | 0.53% | - |
| HSV(B) | 17.57º | 0.69% | 0.8% | - |
| XYZ | 30.88 | 23.31 | 7.72 | - |
| YUV | 129.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 64 | 0 | 0.49 | 0.69 | 0.2 | 17.57 | 0.58 | 0.53 |
| Hex | CC | 69 | 40 | 0 | 31 | 45 | 14 | 12 | 3A | 35 |
| Octal | 314 | 151 | 100 | 0 | 61 | 105 | 24 | 22 | 72 | 65 |
| Binary | 11001100 | 1101001 | 1000000 | 0 | 110001 | 1000101 | 10100 | 10010 | 111010 | 110101 |
Color Harmonies of #CC6940
Complementary color
Monochromatic Colors of #CC6940
Black with #CC6940
Text Example
Text Example
White with #CC6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6940; }
p { color: rgb(204,105,64); }
H1.HeaderClassName
{
color: #CC6940;
}
.AnyTagClassName
{
color: #CC6940;
}
</style>
background-color css
<style>
a { background-color: #CC6940; }
a { background-color: rgb(204,105,64); }
div.DivClassName
{
background-color: #CC6940;
}
.BgClassName
{
background-color: #CC6940;
}
</style>
border-color css
<style>
span { border-color: #CC6940; }
span { border-color: rgb(204,105,64); }
td.TdClassName
{
border-color: #CC6940;
}
.TagClassName
{
border-color: #CC6940;
}
</style>