Shades of Red Damask #CC6846
Tints of Red Damask #CC6846
RGB
CMYK
RGB Variations
Color information
#CC6846 (or 0xCC6846) is known color: Red Damask. HEX triplet: CC, 68 and 46. RGB value is (204,104,70). Sum of RGB (Red+Green+Blue) = 204+104+70=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6846 is #3397B9. Grayscale: #828282. Windows color (decimal): -3381178 or 4614348. OLE color: 4614348.
HSL color Cylindrical-coordinate representation of color #CC6846: hue angle of 15.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC6846 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 70 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.2 |
| HSL | 15.22º | 0.57% | 0.54% | - |
| HSV(B) | 15.22º | 0.66% | 0.8% | - |
| XYZ | 30.96 | 23.18 | 8.64 | - |
| YUV | 130.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 70 | 0 | 0.49 | 0.66 | 0.2 | 15.22 | 0.57 | 0.54 |
| Hex | CC | 68 | 46 | 0 | 31 | 42 | 14 | F | 39 | 36 |
| Octal | 314 | 150 | 106 | 0 | 61 | 102 | 24 | 17 | 71 | 66 |
| Binary | 11001100 | 1101000 | 1000110 | 0 | 110001 | 1000010 | 10100 | 1111 | 111001 | 110110 |
Color Harmonies of #CC6846
Complementary color
Monochromatic Colors of #CC6846
Black with #CC6846
Text Example
Text Example
White with #CC6846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6846; }
p { color: rgb(204,104,70); }
H1.HeaderClassName
{
color: #CC6846;
}
.AnyTagClassName
{
color: #CC6846;
}
</style>
background-color css
<style>
a { background-color: #CC6846; }
a { background-color: rgb(204,104,70); }
div.DivClassName
{
background-color: #CC6846;
}
.BgClassName
{
background-color: #CC6846;
}
</style>
border-color css
<style>
span { border-color: #CC6846; }
span { border-color: rgb(204,104,70); }
td.TdClassName
{
border-color: #CC6846;
}
.TagClassName
{
border-color: #CC6846;
}
</style>