Shades of Red Damask #C56D52
Tints of Red Damask #C56D52
RGB
CMYK
RGB Variations
Color information
#C56D52 (or 0xC56D52) is known color: Red Damask. HEX triplet: C5, 6D and 52. RGB value is (197,109,82). Sum of RGB (Red+Green+Blue) = 197+109+82=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D52 is #3A92AD. Grayscale: #848484. Windows color (decimal): -3838638 or 5402053. OLE color: 5402053.
HSL color Cylindrical-coordinate representation of color #C56D52: hue angle of 14.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C56D52 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 82 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.23 |
| HSL | 14.09º | 0.5% | 0.55% | - |
| HSV(B) | 14.09º | 0.58% | 0.77% | - |
| XYZ | 30.02 | 23.42 | 10.92 | - |
| YUV | 132.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 82 | 0 | 0.45 | 0.58 | 0.23 | 14.09 | 0.5 | 0.55 |
| Hex | C5 | 6D | 52 | 0 | 2D | 3A | 17 | E | 32 | 37 |
| Octal | 305 | 155 | 122 | 0 | 55 | 72 | 27 | 16 | 62 | 67 |
| Binary | 11000101 | 1101101 | 1010010 | 0 | 101101 | 111010 | 10111 | 1110 | 110010 | 110111 |
Color Harmonies of #C56D52
Complementary color
Monochromatic Colors of #C56D52
Black with #C56D52
Text Example
Text Example
White with #C56D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D52; }
p { color: rgb(197,109,82); }
H1.HeaderClassName
{
color: #C56D52;
}
.AnyTagClassName
{
color: #C56D52;
}
</style>
background-color css
<style>
a { background-color: #C56D52; }
a { background-color: rgb(197,109,82); }
div.DivClassName
{
background-color: #C56D52;
}
.BgClassName
{
background-color: #C56D52;
}
</style>
border-color css
<style>
span { border-color: #C56D52; }
span { border-color: rgb(197,109,82); }
td.TdClassName
{
border-color: #C56D52;
}
.TagClassName
{
border-color: #C56D52;
}
</style>