Shades of Red Damask #C56F4E
Tints of Red Damask #C56F4E
RGB
CMYK
RGB Variations
Color information
#C56F4E (or 0xC56F4E) is known color: Red Damask. HEX triplet: C5, 6F and 4E. RGB value is (197,111,78). Sum of RGB (Red+Green+Blue) = 197+111+78=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F4E is #3A90B1. Grayscale: #858585. Windows color (decimal): -3838130 or 5140421. OLE color: 5140421.
HSL color Cylindrical-coordinate representation of color #C56F4E: hue angle of 16.64º 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 #C56F4E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 78 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.23 |
| HSL | 16.64º | 0.51% | 0.54% | - |
| HSV(B) | 16.64º | 0.6% | 0.77% | - |
| XYZ | 30.09 | 23.79 | 10.21 | - |
| YUV | 132.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 78 | 0 | 0.44 | 0.60 | 0.23 | 16.64 | 0.51 | 0.54 |
| Hex | C5 | 6F | 4E | 0 | 2C | 3C | 17 | 11 | 33 | 36 |
| Octal | 305 | 157 | 116 | 0 | 54 | 74 | 27 | 21 | 63 | 66 |
| Binary | 11000101 | 1101111 | 1001110 | 0 | 101100 | 111100 | 10111 | 10001 | 110011 | 110110 |
Color Harmonies of #C56F4E
Complementary color
Monochromatic Colors of #C56F4E
Black with #C56F4E
Text Example
Text Example
White with #C56F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F4E; }
p { color: rgb(197,111,78); }
H1.HeaderClassName
{
color: #C56F4E;
}
.AnyTagClassName
{
color: #C56F4E;
}
</style>
background-color css
<style>
a { background-color: #C56F4E; }
a { background-color: rgb(197,111,78); }
div.DivClassName
{
background-color: #C56F4E;
}
.BgClassName
{
background-color: #C56F4E;
}
</style>
border-color css
<style>
span { border-color: #C56F4E; }
span { border-color: rgb(197,111,78); }
td.TdClassName
{
border-color: #C56F4E;
}
.TagClassName
{
border-color: #C56F4E;
}
</style>