Shades of Red Damask #CC7247
Tints of Red Damask #CC7247
RGB
CMYK
RGB Variations
Color information
#CC7247 (or 0xCC7247) is known color: Red Damask. HEX triplet: CC, 72 and 47. RGB value is (204,114,71). Sum of RGB (Red+Green+Blue) = 204+114+71=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7247 is #338DB8. Grayscale: #888888. Windows color (decimal): -3378617 or 4682444. OLE color: 4682444.
HSL color Cylindrical-coordinate representation of color #CC7247: hue angle of 19.4º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC7247 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 71 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.2 |
| HSL | 19.4º | 0.57% | 0.54% | - |
| HSV(B) | 19.4º | 0.65% | 0.8% | - |
| XYZ | 32.06 | 25.33 | 9.16 | - |
| YUV | 136.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 71 | 0 | 0.44 | 0.65 | 0.2 | 19.4 | 0.57 | 0.54 |
| Hex | CC | 72 | 47 | 0 | 2C | 41 | 14 | 13 | 39 | 36 |
| Octal | 314 | 162 | 107 | 0 | 54 | 101 | 24 | 23 | 71 | 66 |
| Binary | 11001100 | 1110010 | 1000111 | 0 | 101100 | 1000001 | 10100 | 10011 | 111001 | 110110 |
Color Harmonies of #CC7247
Complementary color
Monochromatic Colors of #CC7247
Black with #CC7247
Text Example
Text Example
White with #CC7247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7247; }
p { color: rgb(204,114,71); }
H1.HeaderClassName
{
color: #CC7247;
}
.AnyTagClassName
{
color: #CC7247;
}
</style>
background-color css
<style>
a { background-color: #CC7247; }
a { background-color: rgb(204,114,71); }
div.DivClassName
{
background-color: #CC7247;
}
.BgClassName
{
background-color: #CC7247;
}
</style>
border-color css
<style>
span { border-color: #CC7247; }
span { border-color: rgb(204,114,71); }
td.TdClassName
{
border-color: #CC7247;
}
.TagClassName
{
border-color: #CC7247;
}
</style>