Shades of Red Damask #CC6E49
Tints of Red Damask #CC6E49
RGB
CMYK
RGB Variations
Color information
#CC6E49 (or 0xCC6E49) is known color: Red Damask. HEX triplet: CC, 6E and 49. RGB value is (204,110,73). Sum of RGB (Red+Green+Blue) = 204+110+73=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E49 is #3391B6. Grayscale: #868686. Windows color (decimal): -3379639 or 4812492. OLE color: 4812492.
HSL color Cylindrical-coordinate representation of color #CC6E49: hue angle of 16.95º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC6E49 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 73 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.2 |
| HSL | 16.95º | 0.56% | 0.54% | - |
| HSV(B) | 16.95º | 0.64% | 0.8% | - |
| XYZ | 31.68 | 24.47 | 9.36 | - |
| YUV | 133.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 73 | 0 | 0.46 | 0.64 | 0.2 | 16.95 | 0.56 | 0.54 |
| Hex | CC | 6E | 49 | 0 | 2E | 40 | 14 | 11 | 38 | 36 |
| Octal | 314 | 156 | 111 | 0 | 56 | 100 | 24 | 21 | 70 | 66 |
| Binary | 11001100 | 1101110 | 1001001 | 0 | 101110 | 1000000 | 10100 | 10001 | 111000 | 110110 |
Color Harmonies of #CC6E49
Complementary color
Monochromatic Colors of #CC6E49
Black with #CC6E49
Text Example
Text Example
White with #CC6E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E49; }
p { color: rgb(204,110,73); }
H1.HeaderClassName
{
color: #CC6E49;
}
.AnyTagClassName
{
color: #CC6E49;
}
</style>
background-color css
<style>
a { background-color: #CC6E49; }
a { background-color: rgb(204,110,73); }
div.DivClassName
{
background-color: #CC6E49;
}
.BgClassName
{
background-color: #CC6E49;
}
</style>
border-color css
<style>
span { border-color: #CC6E49; }
span { border-color: rgb(204,110,73); }
td.TdClassName
{
border-color: #CC6E49;
}
.TagClassName
{
border-color: #CC6E49;
}
</style>