Shades of Red Damask #C57349
Tints of Red Damask #C57349
RGB
CMYK
RGB Variations
Color information
#C57349 (or 0xC57349) is known color: Red Damask. HEX triplet: C5, 73 and 49. RGB value is (197,115,73). Sum of RGB (Red+Green+Blue) = 197+115+73=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C57349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57349 is #3A8CB6. Grayscale: #868686. Windows color (decimal): -3837111 or 4813765. OLE color: 4813765.
HSL color Cylindrical-coordinate representation of color #C57349: hue angle of 20.32º 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 #C57349 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 73 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.23 |
| HSL | 20.32º | 0.52% | 0.53% | - |
| HSV(B) | 20.32º | 0.63% | 0.77% | - |
| XYZ | 30.36 | 24.61 | 9.45 | - |
| YUV | 134.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 73 | 0 | 0.42 | 0.63 | 0.23 | 20.32 | 0.52 | 0.53 |
| Hex | C5 | 73 | 49 | 0 | 2A | 3F | 17 | 14 | 34 | 35 |
| Octal | 305 | 163 | 111 | 0 | 52 | 77 | 27 | 24 | 64 | 65 |
| Binary | 11000101 | 1110011 | 1001001 | 0 | 101010 | 111111 | 10111 | 10100 | 110100 | 110101 |
Color Harmonies of #C57349
Complementary color
Monochromatic Colors of #C57349
Black with #C57349
Text Example
Text Example
White with #C57349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57349; }
p { color: rgb(197,115,73); }
H1.HeaderClassName
{
color: #C57349;
}
.AnyTagClassName
{
color: #C57349;
}
</style>
background-color css
<style>
a { background-color: #C57349; }
a { background-color: rgb(197,115,73); }
div.DivClassName
{
background-color: #C57349;
}
.BgClassName
{
background-color: #C57349;
}
</style>
border-color css
<style>
span { border-color: #C57349; }
span { border-color: rgb(197,115,73); }
td.TdClassName
{
border-color: #C57349;
}
.TagClassName
{
border-color: #C57349;
}
</style>