Shades of Red Damask #C56A51
Tints of Red Damask #C56A51
RGB
CMYK
RGB Variations
Color information
#C56A51 (or 0xC56A51) is known color: Red Damask. HEX triplet: C5, 6A and 51. RGB value is (197,106,81). Sum of RGB (Red+Green+Blue) = 197+106+81=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A51 is #3A95AE. Grayscale: #828282. Windows color (decimal): -3839407 or 5335749. OLE color: 5335749.
HSL color Cylindrical-coordinate representation of color #C56A51: hue angle of 12.93º 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 #C56A51 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 81 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.23 |
| HSL | 12.93º | 0.5% | 0.55% | - |
| HSV(B) | 12.93º | 0.59% | 0.77% | - |
| XYZ | 29.67 | 22.77 | 10.62 | - |
| YUV | 130.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 81 | 0 | 0.46 | 0.59 | 0.23 | 12.93 | 0.5 | 0.55 |
| Hex | C5 | 6A | 51 | 0 | 2E | 3B | 17 | D | 32 | 37 |
| Octal | 305 | 152 | 121 | 0 | 56 | 73 | 27 | 15 | 62 | 67 |
| Binary | 11000101 | 1101010 | 1010001 | 0 | 101110 | 111011 | 10111 | 1101 | 110010 | 110111 |
Color Harmonies of #C56A51
Complementary color
Monochromatic Colors of #C56A51
Black with #C56A51
Text Example
Text Example
White with #C56A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A51; }
p { color: rgb(197,106,81); }
H1.HeaderClassName
{
color: #C56A51;
}
.AnyTagClassName
{
color: #C56A51;
}
</style>
background-color css
<style>
a { background-color: #C56A51; }
a { background-color: rgb(197,106,81); }
div.DivClassName
{
background-color: #C56A51;
}
.BgClassName
{
background-color: #C56A51;
}
</style>
border-color css
<style>
span { border-color: #C56A51; }
span { border-color: rgb(197,106,81); }
td.TdClassName
{
border-color: #C56A51;
}
.TagClassName
{
border-color: #C56A51;
}
</style>