Shades of Red Damask #C57046
Tints of Red Damask #C57046
RGB
CMYK
RGB Variations
Color information
#C57046 (or 0xC57046) is known color: Red Damask. HEX triplet: C5, 70 and 46. RGB value is (197,112,70). Sum of RGB (Red+Green+Blue) = 197+112+70=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57046 is #3A8FB9. Grayscale: #848484. Windows color (decimal): -3837882 or 4616389. OLE color: 4616389.
HSL color Cylindrical-coordinate representation of color #C57046: hue angle of 19.84º 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 #C57046 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 70 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.23 |
| HSL | 19.84º | 0.52% | 0.52% | - |
| HSV(B) | 19.84º | 0.64% | 0.77% | - |
| XYZ | 29.93 | 23.9 | 8.83 | - |
| YUV | 132.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 70 | 0 | 0.43 | 0.64 | 0.23 | 19.84 | 0.52 | 0.52 |
| Hex | C5 | 70 | 46 | 0 | 2B | 40 | 17 | 14 | 34 | 34 |
| Octal | 305 | 160 | 106 | 0 | 53 | 100 | 27 | 24 | 64 | 64 |
| Binary | 11000101 | 1110000 | 1000110 | 0 | 101011 | 1000000 | 10111 | 10100 | 110100 | 110100 |
Color Harmonies of #C57046
Complementary color
Monochromatic Colors of #C57046
Black with #C57046
Text Example
Text Example
White with #C57046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57046; }
p { color: rgb(197,112,70); }
H1.HeaderClassName
{
color: #C57046;
}
.AnyTagClassName
{
color: #C57046;
}
</style>
background-color css
<style>
a { background-color: #C57046; }
a { background-color: rgb(197,112,70); }
div.DivClassName
{
background-color: #C57046;
}
.BgClassName
{
background-color: #C57046;
}
</style>
border-color css
<style>
span { border-color: #C57046; }
span { border-color: rgb(197,112,70); }
td.TdClassName
{
border-color: #C57046;
}
.TagClassName
{
border-color: #C57046;
}
</style>