Shades of Red Damask #C57249
Tints of Red Damask #C57249
RGB
CMYK
RGB Variations
Color information
#C57249 (or 0xC57249) is known color: Red Damask. HEX triplet: C5, 72 and 49. RGB value is (197,114,73). Sum of RGB (Red+Green+Blue) = 197+114+73=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C57249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57249 is #3A8DB6. Grayscale: #868686. Windows color (decimal): -3837367 or 4813509. OLE color: 4813509.
HSL color Cylindrical-coordinate representation of color #C57249: hue angle of 19.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C57249 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 73 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.23 |
| HSL | 19.84º | 0.52% | 0.53% | - |
| HSV(B) | 19.84º | 0.63% | 0.77% | - |
| XYZ | 30.25 | 24.39 | 9.42 | - |
| YUV | 134.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 73 | 0 | 0.42 | 0.63 | 0.23 | 19.84 | 0.52 | 0.53 |
| Hex | C5 | 72 | 49 | 0 | 2A | 3F | 17 | 14 | 34 | 35 |
| Octal | 305 | 162 | 111 | 0 | 52 | 77 | 27 | 24 | 64 | 65 |
| Binary | 11000101 | 1110010 | 1001001 | 0 | 101010 | 111111 | 10111 | 10100 | 110100 | 110101 |
Color Harmonies of #C57249
Complementary color
Monochromatic Colors of #C57249
Black with #C57249
Text Example
Text Example
White with #C57249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57249; }
p { color: rgb(197,114,73); }
H1.HeaderClassName
{
color: #C57249;
}
.AnyTagClassName
{
color: #C57249;
}
</style>
background-color css
<style>
a { background-color: #C57249; }
a { background-color: rgb(197,114,73); }
div.DivClassName
{
background-color: #C57249;
}
.BgClassName
{
background-color: #C57249;
}
</style>
border-color css
<style>
span { border-color: #C57249; }
span { border-color: rgb(197,114,73); }
td.TdClassName
{
border-color: #C57249;
}
.TagClassName
{
border-color: #C57249;
}
</style>