Shades of Red Damask #C56D51
Tints of Red Damask #C56D51
RGB
CMYK
RGB Variations
Color information
#C56D51 (or 0xC56D51) is known color: Red Damask. HEX triplet: C5, 6D and 51. RGB value is (197,109,81). Sum of RGB (Red+Green+Blue) = 197+109+81=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D51 is #3A92AE. Grayscale: #848484. Windows color (decimal): -3838639 or 5336517. OLE color: 5336517.
HSL color Cylindrical-coordinate representation of color #C56D51: hue angle of 14.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C56D51 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 81 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.23 |
| HSL | 14.48º | 0.5% | 0.55% | - |
| HSV(B) | 14.48º | 0.59% | 0.77% | - |
| XYZ | 29.98 | 23.4 | 10.72 | - |
| YUV | 132.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 81 | 0 | 0.45 | 0.59 | 0.23 | 14.48 | 0.5 | 0.55 |
| Hex | C5 | 6D | 51 | 0 | 2D | 3B | 17 | E | 32 | 37 |
| Octal | 305 | 155 | 121 | 0 | 55 | 73 | 27 | 16 | 62 | 67 |
| Binary | 11000101 | 1101101 | 1010001 | 0 | 101101 | 111011 | 10111 | 1110 | 110010 | 110111 |
Color Harmonies of #C56D51
Complementary color
Monochromatic Colors of #C56D51
Black with #C56D51
Text Example
Text Example
White with #C56D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D51; }
p { color: rgb(197,109,81); }
H1.HeaderClassName
{
color: #C56D51;
}
.AnyTagClassName
{
color: #C56D51;
}
</style>
background-color css
<style>
a { background-color: #C56D51; }
a { background-color: rgb(197,109,81); }
div.DivClassName
{
background-color: #C56D51;
}
.BgClassName
{
background-color: #C56D51;
}
</style>
border-color css
<style>
span { border-color: #C56D51; }
span { border-color: rgb(197,109,81); }
td.TdClassName
{
border-color: #C56D51;
}
.TagClassName
{
border-color: #C56D51;
}
</style>