Shades of Red Damask #C57950
Tints of Red Damask #C57950
RGB
CMYK
RGB Variations
Color information
#C57950 (or 0xC57950) is known color: Red Damask. HEX triplet: C5, 79 and 50. RGB value is (197,121,80). Sum of RGB (Red+Green+Blue) = 197+121+80=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57950 is #3A86AF. Grayscale: #8B8B8B. Windows color (decimal): -3835568 or 5274053. OLE color: 5274053.
HSL color Cylindrical-coordinate representation of color #C57950: hue angle of 21.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C57950 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 80 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.23 |
| HSL | 21.03º | 0.5% | 0.54% | - |
| HSV(B) | 21.03º | 0.59% | 0.77% | - |
| XYZ | 31.31 | 26.12 | 10.98 | - |
| YUV | 139.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 80 | 0 | 0.39 | 0.59 | 0.23 | 21.03 | 0.5 | 0.54 |
| Hex | C5 | 79 | 50 | 0 | 27 | 3B | 17 | 15 | 32 | 36 |
| Octal | 305 | 171 | 120 | 0 | 47 | 73 | 27 | 25 | 62 | 66 |
| Binary | 11000101 | 1111001 | 1010000 | 0 | 100111 | 111011 | 10111 | 10101 | 110010 | 110110 |
Color Harmonies of #C57950
Complementary color
Monochromatic Colors of #C57950
Black with #C57950
Text Example
Text Example
White with #C57950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57950; }
p { color: rgb(197,121,80); }
H1.HeaderClassName
{
color: #C57950;
}
.AnyTagClassName
{
color: #C57950;
}
</style>
background-color css
<style>
a { background-color: #C57950; }
a { background-color: rgb(197,121,80); }
div.DivClassName
{
background-color: #C57950;
}
.BgClassName
{
background-color: #C57950;
}
</style>
border-color css
<style>
span { border-color: #C57950; }
span { border-color: rgb(197,121,80); }
td.TdClassName
{
border-color: #C57950;
}
.TagClassName
{
border-color: #C57950;
}
</style>