Shades of Red Damask #C57052
Tints of Red Damask #C57052
RGB
CMYK
RGB Variations
Color information
#C57052 (or 0xC57052) is known color: Red Damask. HEX triplet: C5, 70 and 52. RGB value is (197,112,82). Sum of RGB (Red+Green+Blue) = 197+112+82=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C57052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57052 is #3A8FAD. Grayscale: #868686. Windows color (decimal): -3837870 or 5402821. OLE color: 5402821.
HSL color Cylindrical-coordinate representation of color #C57052: hue angle of 15.65º 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 #C57052 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 82 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.23 |
| HSL | 15.65º | 0.5% | 0.55% | - |
| HSV(B) | 15.65º | 0.58% | 0.77% | - |
| XYZ | 30.34 | 24.07 | 11.03 | - |
| YUV | 134 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 82 | 0 | 0.43 | 0.58 | 0.23 | 15.65 | 0.5 | 0.55 |
| Hex | C5 | 70 | 52 | 0 | 2B | 3A | 17 | 10 | 32 | 37 |
| Octal | 305 | 160 | 122 | 0 | 53 | 72 | 27 | 20 | 62 | 67 |
| Binary | 11000101 | 1110000 | 1010010 | 0 | 101011 | 111010 | 10111 | 10000 | 110010 | 110111 |
Color Harmonies of #C57052
Complementary color
Monochromatic Colors of #C57052
Black with #C57052
Text Example
Text Example
White with #C57052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57052; }
p { color: rgb(197,112,82); }
H1.HeaderClassName
{
color: #C57052;
}
.AnyTagClassName
{
color: #C57052;
}
</style>
background-color css
<style>
a { background-color: #C57052; }
a { background-color: rgb(197,112,82); }
div.DivClassName
{
background-color: #C57052;
}
.BgClassName
{
background-color: #C57052;
}
</style>
border-color css
<style>
span { border-color: #C57052; }
span { border-color: rgb(197,112,82); }
td.TdClassName
{
border-color: #C57052;
}
.TagClassName
{
border-color: #C57052;
}
</style>