Shades of Red Damask #CC7346
Tints of Red Damask #CC7346
RGB
CMYK
RGB Variations
Color information
#CC7346 (or 0xCC7346) is known color: Red Damask. HEX triplet: CC, 73 and 46. RGB value is (204,115,70). Sum of RGB (Red+Green+Blue) = 204+115+70=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7346 is #338CB9. Grayscale: #888888. Windows color (decimal): -3378362 or 4617164. OLE color: 4617164.
HSL color Cylindrical-coordinate representation of color #CC7346: hue angle of 20.15º 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 #CC7346 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 70 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.2 |
| HSL | 20.15º | 0.57% | 0.54% | - |
| HSV(B) | 20.15º | 0.66% | 0.8% | - |
| XYZ | 32.14 | 25.54 | 9.03 | - |
| YUV | 136.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 70 | 0 | 0.44 | 0.66 | 0.2 | 20.15 | 0.57 | 0.54 |
| Hex | CC | 73 | 46 | 0 | 2C | 42 | 14 | 14 | 39 | 36 |
| Octal | 314 | 163 | 106 | 0 | 54 | 102 | 24 | 24 | 71 | 66 |
| Binary | 11001100 | 1110011 | 1000110 | 0 | 101100 | 1000010 | 10100 | 10100 | 111001 | 110110 |
Color Harmonies of #CC7346
Complementary color
Monochromatic Colors of #CC7346
Black with #CC7346
Text Example
Text Example
White with #CC7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7346; }
p { color: rgb(204,115,70); }
H1.HeaderClassName
{
color: #CC7346;
}
.AnyTagClassName
{
color: #CC7346;
}
</style>
background-color css
<style>
a { background-color: #CC7346; }
a { background-color: rgb(204,115,70); }
div.DivClassName
{
background-color: #CC7346;
}
.BgClassName
{
background-color: #CC7346;
}
</style>
border-color css
<style>
span { border-color: #CC7346; }
span { border-color: rgb(204,115,70); }
td.TdClassName
{
border-color: #CC7346;
}
.TagClassName
{
border-color: #CC7346;
}
</style>