Shades of Red Damask #C56F53
Tints of Red Damask #C56F53
RGB
CMYK
RGB Variations
Color information
#C56F53 (or 0xC56F53) is known color: Red Damask. HEX triplet: C5, 6F and 53. RGB value is (197,111,83). Sum of RGB (Red+Green+Blue) = 197+111+83=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F53 is #3A90AC. Grayscale: #858585. Windows color (decimal): -3838125 or 5468101. OLE color: 5468101.
HSL color Cylindrical-coordinate representation of color #C56F53: hue angle of 14.74º 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 #C56F53 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 83 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.23 |
| HSL | 14.74º | 0.5% | 0.55% | - |
| HSV(B) | 14.74º | 0.58% | 0.77% | - |
| XYZ | 30.27 | 23.86 | 11.19 | - |
| YUV | 133.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 83 | 0 | 0.44 | 0.58 | 0.23 | 14.74 | 0.5 | 0.55 |
| Hex | C5 | 6F | 53 | 0 | 2C | 3A | 17 | F | 32 | 37 |
| Octal | 305 | 157 | 123 | 0 | 54 | 72 | 27 | 17 | 62 | 67 |
| Binary | 11000101 | 1101111 | 1010011 | 0 | 101100 | 111010 | 10111 | 1111 | 110010 | 110111 |
Color Harmonies of #C56F53
Complementary color
Monochromatic Colors of #C56F53
Black with #C56F53
Text Example
Text Example
White with #C56F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F53; }
p { color: rgb(197,111,83); }
H1.HeaderClassName
{
color: #C56F53;
}
.AnyTagClassName
{
color: #C56F53;
}
</style>
background-color css
<style>
a { background-color: #C56F53; }
a { background-color: rgb(197,111,83); }
div.DivClassName
{
background-color: #C56F53;
}
.BgClassName
{
background-color: #C56F53;
}
</style>
border-color css
<style>
span { border-color: #C56F53; }
span { border-color: rgb(197,111,83); }
td.TdClassName
{
border-color: #C56F53;
}
.TagClassName
{
border-color: #C56F53;
}
</style>