Shades of Red Damask #C57248
Tints of Red Damask #C57248
RGB
CMYK
RGB Variations
Color information
#C57248 (or 0xC57248) is known color: Red Damask. HEX triplet: C5, 72 and 48. RGB value is (197,114,72). Sum of RGB (Red+Green+Blue) = 197+114+72=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C57248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57248 is #3A8DB7. Grayscale: #868686. Windows color (decimal): -3837368 or 4747973. OLE color: 4747973.
HSL color Cylindrical-coordinate representation of color #C57248: hue angle of 20.16º 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 #C57248 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 72 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.23 |
| HSL | 20.16º | 0.52% | 0.53% | - |
| HSV(B) | 20.16º | 0.63% | 0.77% | - |
| XYZ | 30.21 | 24.37 | 9.24 | - |
| YUV | 134.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 72 | 0 | 0.42 | 0.63 | 0.23 | 20.16 | 0.52 | 0.53 |
| Hex | C5 | 72 | 48 | 0 | 2A | 3F | 17 | 14 | 34 | 35 |
| Octal | 305 | 162 | 110 | 0 | 52 | 77 | 27 | 24 | 64 | 65 |
| Binary | 11000101 | 1110010 | 1001000 | 0 | 101010 | 111111 | 10111 | 10100 | 110100 | 110101 |
Color Harmonies of #C57248
Complementary color
Monochromatic Colors of #C57248
Black with #C57248
Text Example
Text Example
White with #C57248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57248; }
p { color: rgb(197,114,72); }
H1.HeaderClassName
{
color: #C57248;
}
.AnyTagClassName
{
color: #C57248;
}
</style>
background-color css
<style>
a { background-color: #C57248; }
a { background-color: rgb(197,114,72); }
div.DivClassName
{
background-color: #C57248;
}
.BgClassName
{
background-color: #C57248;
}
</style>
border-color css
<style>
span { border-color: #C57248; }
span { border-color: rgb(197,114,72); }
td.TdClassName
{
border-color: #C57248;
}
.TagClassName
{
border-color: #C57248;
}
</style>