Shades of Red Damask #CC7046
Tints of Red Damask #CC7046
RGB
CMYK
RGB Variations
Color information
#CC7046 (or 0xCC7046) is known color: Red Damask. HEX triplet: CC, 70 and 46. RGB value is (204,112,70). Sum of RGB (Red+Green+Blue) = 204+112+70=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7046 is #338FB9. Grayscale: #868686. Windows color (decimal): -3379130 or 4616396. OLE color: 4616396.
HSL color Cylindrical-coordinate representation of color #CC7046: hue angle of 18.81º 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 #CC7046 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 70 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.2 |
| HSL | 18.81º | 0.57% | 0.54% | - |
| HSV(B) | 18.81º | 0.66% | 0.8% | - |
| XYZ | 31.8 | 24.87 | 8.92 | - |
| YUV | 134.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 70 | 0 | 0.45 | 0.66 | 0.2 | 18.81 | 0.57 | 0.54 |
| Hex | CC | 70 | 46 | 0 | 2D | 42 | 14 | 13 | 39 | 36 |
| Octal | 314 | 160 | 106 | 0 | 55 | 102 | 24 | 23 | 71 | 66 |
| Binary | 11001100 | 1110000 | 1000110 | 0 | 101101 | 1000010 | 10100 | 10011 | 111001 | 110110 |
Color Harmonies of #CC7046
Complementary color
Monochromatic Colors of #CC7046
Black with #CC7046
Text Example
Text Example
White with #CC7046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7046; }
p { color: rgb(204,112,70); }
H1.HeaderClassName
{
color: #CC7046;
}
.AnyTagClassName
{
color: #CC7046;
}
</style>
background-color css
<style>
a { background-color: #CC7046; }
a { background-color: rgb(204,112,70); }
div.DivClassName
{
background-color: #CC7046;
}
.BgClassName
{
background-color: #CC7046;
}
</style>
border-color css
<style>
span { border-color: #CC7046; }
span { border-color: rgb(204,112,70); }
td.TdClassName
{
border-color: #CC7046;
}
.TagClassName
{
border-color: #CC7046;
}
</style>