Shades of Red Damask #CC6943
Tints of Red Damask #CC6943
RGB
CMYK
RGB Variations
Color information
#CC6943 (or 0xCC6943) is known color: Red Damask. HEX triplet: CC, 69 and 43. RGB value is (204,105,67). Sum of RGB (Red+Green+Blue) = 204+105+67=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6943 is #3396BC. Grayscale: #828282. Windows color (decimal): -3380925 or 4417996. OLE color: 4417996.
HSL color Cylindrical-coordinate representation of color #CC6943: hue angle of 16.64º 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 #CC6943 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 67 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.2 |
| HSL | 16.64º | 0.57% | 0.53% | - |
| HSV(B) | 16.64º | 0.67% | 0.8% | - |
| XYZ | 30.97 | 23.35 | 8.18 | - |
| YUV | 130.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 67 | 0 | 0.49 | 0.67 | 0.2 | 16.64 | 0.57 | 0.53 |
| Hex | CC | 69 | 43 | 0 | 31 | 43 | 14 | 11 | 39 | 35 |
| Octal | 314 | 151 | 103 | 0 | 61 | 103 | 24 | 21 | 71 | 65 |
| Binary | 11001100 | 1101001 | 1000011 | 0 | 110001 | 1000011 | 10100 | 10001 | 111001 | 110101 |
Color Harmonies of #CC6943
Complementary color
Monochromatic Colors of #CC6943
Black with #CC6943
Text Example
Text Example
White with #CC6943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6943; }
p { color: rgb(204,105,67); }
H1.HeaderClassName
{
color: #CC6943;
}
.AnyTagClassName
{
color: #CC6943;
}
</style>
background-color css
<style>
a { background-color: #CC6943; }
a { background-color: rgb(204,105,67); }
div.DivClassName
{
background-color: #CC6943;
}
.BgClassName
{
background-color: #CC6943;
}
</style>
border-color css
<style>
span { border-color: #CC6943; }
span { border-color: rgb(204,105,67); }
td.TdClassName
{
border-color: #CC6943;
}
.TagClassName
{
border-color: #CC6943;
}
</style>