Shades of Red Damask #C57547
Tints of Red Damask #C57547
RGB
CMYK
RGB Variations
Color information
#C57547 (or 0xC57547) is known color: Red Damask. HEX triplet: C5, 75 and 47. RGB value is (197,117,71). Sum of RGB (Red+Green+Blue) = 197+117+71=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C57547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57547 is #3A8AB8. Grayscale: #878787. Windows color (decimal): -3836601 or 4683205. OLE color: 4683205.
HSL color Cylindrical-coordinate representation of color #C57547: hue angle of 21.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C57547 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 71 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.23 |
| HSL | 21.9º | 0.52% | 0.53% | - |
| HSV(B) | 21.9º | 0.64% | 0.77% | - |
| XYZ | 30.52 | 25.05 | 9.19 | - |
| YUV | 135.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 71 | 0 | 0.41 | 0.64 | 0.23 | 21.9 | 0.52 | 0.53 |
| Hex | C5 | 75 | 47 | 0 | 29 | 40 | 17 | 16 | 34 | 35 |
| Octal | 305 | 165 | 107 | 0 | 51 | 100 | 27 | 26 | 64 | 65 |
| Binary | 11000101 | 1110101 | 1000111 | 0 | 101001 | 1000000 | 10111 | 10110 | 110100 | 110101 |
Color Harmonies of #C57547
Complementary color
Monochromatic Colors of #C57547
Black with #C57547
Text Example
Text Example
White with #C57547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57547; }
p { color: rgb(197,117,71); }
H1.HeaderClassName
{
color: #C57547;
}
.AnyTagClassName
{
color: #C57547;
}
</style>
background-color css
<style>
a { background-color: #C57547; }
a { background-color: rgb(197,117,71); }
div.DivClassName
{
background-color: #C57547;
}
.BgClassName
{
background-color: #C57547;
}
</style>
border-color css
<style>
span { border-color: #C57547; }
span { border-color: rgb(197,117,71); }
td.TdClassName
{
border-color: #C57547;
}
.TagClassName
{
border-color: #C57547;
}
</style>