Shades of Red Damask #C57449
Tints of Red Damask #C57449
RGB
CMYK
RGB Variations
Color information
#C57449 (or 0xC57449) is known color: Red Damask. HEX triplet: C5, 74 and 49. RGB value is (197,116,73). Sum of RGB (Red+Green+Blue) = 197+116+73=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C57449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57449 is #3A8BB6. Grayscale: #878787. Windows color (decimal): -3836855 or 4814021. OLE color: 4814021.
HSL color Cylindrical-coordinate representation of color #C57449: hue angle of 20.81º 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 #C57449 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 73 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.23 |
| HSL | 20.81º | 0.52% | 0.53% | - |
| HSV(B) | 20.81º | 0.63% | 0.77% | - |
| XYZ | 30.47 | 24.84 | 9.49 | - |
| YUV | 135.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 73 | 0 | 0.41 | 0.63 | 0.23 | 20.81 | 0.52 | 0.53 |
| Hex | C5 | 74 | 49 | 0 | 29 | 3F | 17 | 15 | 34 | 35 |
| Octal | 305 | 164 | 111 | 0 | 51 | 77 | 27 | 25 | 64 | 65 |
| Binary | 11000101 | 1110100 | 1001001 | 0 | 101001 | 111111 | 10111 | 10101 | 110100 | 110101 |
Color Harmonies of #C57449
Complementary color
Monochromatic Colors of #C57449
Black with #C57449
Text Example
Text Example
White with #C57449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57449; }
p { color: rgb(197,116,73); }
H1.HeaderClassName
{
color: #C57449;
}
.AnyTagClassName
{
color: #C57449;
}
</style>
background-color css
<style>
a { background-color: #C57449; }
a { background-color: rgb(197,116,73); }
div.DivClassName
{
background-color: #C57449;
}
.BgClassName
{
background-color: #C57449;
}
</style>
border-color css
<style>
span { border-color: #C57449; }
span { border-color: rgb(197,116,73); }
td.TdClassName
{
border-color: #C57449;
}
.TagClassName
{
border-color: #C57449;
}
</style>