Shades of Red Damask #CC7049
Tints of Red Damask #CC7049
RGB
CMYK
RGB Variations
Color information
#CC7049 (or 0xCC7049) is known color: Red Damask. HEX triplet: CC, 70 and 49. RGB value is (204,112,73). Sum of RGB (Red+Green+Blue) = 204+112+73=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7049 is #338FB6. Grayscale: #878787. Windows color (decimal): -3379127 or 4813004. OLE color: 4813004.
HSL color Cylindrical-coordinate representation of color #CC7049: hue angle of 17.86º 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 #CC7049 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 73 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.2 |
| HSL | 17.86º | 0.56% | 0.54% | - |
| HSV(B) | 17.86º | 0.64% | 0.8% | - |
| XYZ | 31.9 | 24.91 | 9.43 | - |
| YUV | 135.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 73 | 0 | 0.45 | 0.64 | 0.2 | 17.86 | 0.56 | 0.54 |
| Hex | CC | 70 | 49 | 0 | 2D | 40 | 14 | 12 | 38 | 36 |
| Octal | 314 | 160 | 111 | 0 | 55 | 100 | 24 | 22 | 70 | 66 |
| Binary | 11001100 | 1110000 | 1001001 | 0 | 101101 | 1000000 | 10100 | 10010 | 111000 | 110110 |
Color Harmonies of #CC7049
Complementary color
Monochromatic Colors of #CC7049
Black with #CC7049
Text Example
Text Example
White with #CC7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7049; }
p { color: rgb(204,112,73); }
H1.HeaderClassName
{
color: #CC7049;
}
.AnyTagClassName
{
color: #CC7049;
}
</style>
background-color css
<style>
a { background-color: #CC7049; }
a { background-color: rgb(204,112,73); }
div.DivClassName
{
background-color: #CC7049;
}
.BgClassName
{
background-color: #CC7049;
}
</style>
border-color css
<style>
span { border-color: #CC7049; }
span { border-color: rgb(204,112,73); }
td.TdClassName
{
border-color: #CC7049;
}
.TagClassName
{
border-color: #CC7049;
}
</style>