Shades of Red Damask #C57246
Tints of Red Damask #C57246
RGB
CMYK
RGB Variations
Color information
#C57246 (or 0xC57246) is known color: Red Damask. HEX triplet: C5, 72 and 46. RGB value is (197,114,70). Sum of RGB (Red+Green+Blue) = 197+114+70=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C57246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57246 is #3A8DB9. Grayscale: #868686. Windows color (decimal): -3837370 or 4616901. OLE color: 4616901.
HSL color Cylindrical-coordinate representation of color #C57246: hue angle of 20.79º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C57246 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 70 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.23 |
| HSL | 20.79º | 0.52% | 0.52% | - |
| HSV(B) | 20.79º | 0.64% | 0.77% | - |
| XYZ | 30.15 | 24.35 | 8.9 | - |
| YUV | 133.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 70 | 0 | 0.42 | 0.64 | 0.23 | 20.79 | 0.52 | 0.52 |
| Hex | C5 | 72 | 46 | 0 | 2A | 40 | 17 | 15 | 34 | 34 |
| Octal | 305 | 162 | 106 | 0 | 52 | 100 | 27 | 25 | 64 | 64 |
| Binary | 11000101 | 1110010 | 1000110 | 0 | 101010 | 1000000 | 10111 | 10101 | 110100 | 110100 |
Color Harmonies of #C57246
Complementary color
Monochromatic Colors of #C57246
Black with #C57246
Text Example
Text Example
White with #C57246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57246; }
p { color: rgb(197,114,70); }
H1.HeaderClassName
{
color: #C57246;
}
.AnyTagClassName
{
color: #C57246;
}
</style>
background-color css
<style>
a { background-color: #C57246; }
a { background-color: rgb(197,114,70); }
div.DivClassName
{
background-color: #C57246;
}
.BgClassName
{
background-color: #C57246;
}
</style>
border-color css
<style>
span { border-color: #C57246; }
span { border-color: rgb(197,114,70); }
td.TdClassName
{
border-color: #C57246;
}
.TagClassName
{
border-color: #C57246;
}
</style>