Shades of Red Damask #C56E47
Tints of Red Damask #C56E47
RGB
CMYK
RGB Variations
Color information
#C56E47 (or 0xC56E47) is known color: Red Damask. HEX triplet: C5, 6E and 47. RGB value is (197,110,71). Sum of RGB (Red+Green+Blue) = 197+110+71=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E47 is #3A91B8. Grayscale: #838383. Windows color (decimal): -3838393 or 4681413. OLE color: 4681413.
HSL color Cylindrical-coordinate representation of color #C56E47: hue angle of 18.57º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C56E47 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 71 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.23 |
| HSL | 18.57º | 0.52% | 0.53% | - |
| HSV(B) | 18.57º | 0.64% | 0.77% | - |
| XYZ | 29.74 | 23.48 | 8.93 | - |
| YUV | 131.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 71 | 0 | 0.44 | 0.64 | 0.23 | 18.57 | 0.52 | 0.53 |
| Hex | C5 | 6E | 47 | 0 | 2C | 40 | 17 | 13 | 34 | 35 |
| Octal | 305 | 156 | 107 | 0 | 54 | 100 | 27 | 23 | 64 | 65 |
| Binary | 11000101 | 1101110 | 1000111 | 0 | 101100 | 1000000 | 10111 | 10011 | 110100 | 110101 |
Color Harmonies of #C56E47
Complementary color
Monochromatic Colors of #C56E47
Black with #C56E47
Text Example
Text Example
White with #C56E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E47; }
p { color: rgb(197,110,71); }
H1.HeaderClassName
{
color: #C56E47;
}
.AnyTagClassName
{
color: #C56E47;
}
</style>
background-color css
<style>
a { background-color: #C56E47; }
a { background-color: rgb(197,110,71); }
div.DivClassName
{
background-color: #C56E47;
}
.BgClassName
{
background-color: #C56E47;
}
</style>
border-color css
<style>
span { border-color: #C56E47; }
span { border-color: rgb(197,110,71); }
td.TdClassName
{
border-color: #C56E47;
}
.TagClassName
{
border-color: #C56E47;
}
</style>