Shades of Red Damask #C56E50
Tints of Red Damask #C56E50
RGB
CMYK
RGB Variations
Color information
#C56E50 (or 0xC56E50) is known color: Red Damask. HEX triplet: C5, 6E and 50. RGB value is (197,110,80). Sum of RGB (Red+Green+Blue) = 197+110+80=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56E50 is #3A91AF. Grayscale: #848484. Windows color (decimal): -3838384 or 5271237. OLE color: 5271237.
HSL color Cylindrical-coordinate representation of color #C56E50: hue angle of 15.38º 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 #C56E50 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 80 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.23 |
| HSL | 15.38º | 0.5% | 0.54% | - |
| HSV(B) | 15.38º | 0.59% | 0.77% | - |
| XYZ | 30.05 | 23.6 | 10.56 | - |
| YUV | 132.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 80 | 0 | 0.44 | 0.59 | 0.23 | 15.38 | 0.5 | 0.54 |
| Hex | C5 | 6E | 50 | 0 | 2C | 3B | 17 | F | 32 | 36 |
| Octal | 305 | 156 | 120 | 0 | 54 | 73 | 27 | 17 | 62 | 66 |
| Binary | 11000101 | 1101110 | 1010000 | 0 | 101100 | 111011 | 10111 | 1111 | 110010 | 110110 |
Color Harmonies of #C56E50
Complementary color
Monochromatic Colors of #C56E50
Black with #C56E50
Text Example
Text Example
White with #C56E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E50; }
p { color: rgb(197,110,80); }
H1.HeaderClassName
{
color: #C56E50;
}
.AnyTagClassName
{
color: #C56E50;
}
</style>
background-color css
<style>
a { background-color: #C56E50; }
a { background-color: rgb(197,110,80); }
div.DivClassName
{
background-color: #C56E50;
}
.BgClassName
{
background-color: #C56E50;
}
</style>
border-color css
<style>
span { border-color: #C56E50; }
span { border-color: rgb(197,110,80); }
td.TdClassName
{
border-color: #C56E50;
}
.TagClassName
{
border-color: #C56E50;
}
</style>