Shades of Red Damask #C56D50
Tints of Red Damask #C56D50
RGB
CMYK
RGB Variations
Color information
#C56D50 (or 0xC56D50) is known color: Red Damask. HEX triplet: C5, 6D and 50. RGB value is (197,109,80). Sum of RGB (Red+Green+Blue) = 197+109+80=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D50 is #3A92AF. Grayscale: #848484. Windows color (decimal): -3838640 or 5270981. OLE color: 5270981.
HSL color Cylindrical-coordinate representation of color #C56D50: hue angle of 14.87º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C56D50 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 80 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.23 |
| HSL | 14.87º | 0.5% | 0.54% | - |
| HSV(B) | 14.87º | 0.59% | 0.77% | - |
| XYZ | 29.94 | 23.39 | 10.53 | - |
| YUV | 132.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 80 | 0 | 0.45 | 0.59 | 0.23 | 14.87 | 0.5 | 0.54 |
| Hex | C5 | 6D | 50 | 0 | 2D | 3B | 17 | F | 32 | 36 |
| Octal | 305 | 155 | 120 | 0 | 55 | 73 | 27 | 17 | 62 | 66 |
| Binary | 11000101 | 1101101 | 1010000 | 0 | 101101 | 111011 | 10111 | 1111 | 110010 | 110110 |
Color Harmonies of #C56D50
Complementary color
Monochromatic Colors of #C56D50
Black with #C56D50
Text Example
Text Example
White with #C56D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D50; }
p { color: rgb(197,109,80); }
H1.HeaderClassName
{
color: #C56D50;
}
.AnyTagClassName
{
color: #C56D50;
}
</style>
background-color css
<style>
a { background-color: #C56D50; }
a { background-color: rgb(197,109,80); }
div.DivClassName
{
background-color: #C56D50;
}
.BgClassName
{
background-color: #C56D50;
}
</style>
border-color css
<style>
span { border-color: #C56D50; }
span { border-color: rgb(197,109,80); }
td.TdClassName
{
border-color: #C56D50;
}
.TagClassName
{
border-color: #C56D50;
}
</style>