Shades of Red Damask #C56D4E
Tints of Red Damask #C56D4E
RGB
CMYK
RGB Variations
Color information
#C56D4E (or 0xC56D4E) is known color: Red Damask. HEX triplet: C5, 6D and 4E. RGB value is (197,109,78). Sum of RGB (Red+Green+Blue) = 197+109+78=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D4E is #3A92B1. Grayscale: #838383. Windows color (decimal): -3838642 or 5139909. OLE color: 5139909.
HSL color Cylindrical-coordinate representation of color #C56D4E: hue angle of 15.63º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C56D4E is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 78 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.23 |
| HSL | 15.63º | 0.51% | 0.54% | - |
| HSV(B) | 15.63º | 0.6% | 0.77% | - |
| XYZ | 29.87 | 23.36 | 10.14 | - |
| YUV | 131.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 78 | 0 | 0.45 | 0.60 | 0.23 | 15.63 | 0.51 | 0.54 |
| Hex | C5 | 6D | 4E | 0 | 2D | 3C | 17 | 10 | 33 | 36 |
| Octal | 305 | 155 | 116 | 0 | 55 | 74 | 27 | 20 | 63 | 66 |
| Binary | 11000101 | 1101101 | 1001110 | 0 | 101101 | 111100 | 10111 | 10000 | 110011 | 110110 |
Color Harmonies of #C56D4E
Complementary color
Monochromatic Colors of #C56D4E
Black with #C56D4E
Text Example
Text Example
White with #C56D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D4E; }
p { color: rgb(197,109,78); }
H1.HeaderClassName
{
color: #C56D4E;
}
.AnyTagClassName
{
color: #C56D4E;
}
</style>
background-color css
<style>
a { background-color: #C56D4E; }
a { background-color: rgb(197,109,78); }
div.DivClassName
{
background-color: #C56D4E;
}
.BgClassName
{
background-color: #C56D4E;
}
</style>
border-color css
<style>
span { border-color: #C56D4E; }
span { border-color: rgb(197,109,78); }
td.TdClassName
{
border-color: #C56D4E;
}
.TagClassName
{
border-color: #C56D4E;
}
</style>