Shades of Red Damask #C57750
Tints of Red Damask #C57750
RGB
CMYK
RGB Variations
Color information
#C57750 (or 0xC57750) is known color: Red Damask. HEX triplet: C5, 77 and 50. RGB value is (197,119,80). Sum of RGB (Red+Green+Blue) = 197+119+80=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57750 is #3A88AF. Grayscale: #8A8A8A. Windows color (decimal): -3836080 or 5273541. OLE color: 5273541.
HSL color Cylindrical-coordinate representation of color #C57750: hue angle of 20º 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 #C57750 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 80 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.23 |
| HSL | 20º | 0.5% | 0.54% | - |
| HSV(B) | 20º | 0.59% | 0.77% | - |
| XYZ | 31.07 | 25.64 | 10.9 | - |
| YUV | 137.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 80 | 0 | 0.40 | 0.59 | 0.23 | 20 | 0.5 | 0.54 |
| Hex | C5 | 77 | 50 | 0 | 28 | 3B | 17 | 14 | 32 | 36 |
| Octal | 305 | 167 | 120 | 0 | 50 | 73 | 27 | 24 | 62 | 66 |
| Binary | 11000101 | 1110111 | 1010000 | 0 | 101000 | 111011 | 10111 | 10100 | 110010 | 110110 |
Color Harmonies of #C57750
Complementary color
Monochromatic Colors of #C57750
Black with #C57750
Text Example
Text Example
White with #C57750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57750; }
p { color: rgb(197,119,80); }
H1.HeaderClassName
{
color: #C57750;
}
.AnyTagClassName
{
color: #C57750;
}
</style>
background-color css
<style>
a { background-color: #C57750; }
a { background-color: rgb(197,119,80); }
div.DivClassName
{
background-color: #C57750;
}
.BgClassName
{
background-color: #C57750;
}
</style>
border-color css
<style>
span { border-color: #C57750; }
span { border-color: rgb(197,119,80); }
td.TdClassName
{
border-color: #C57750;
}
.TagClassName
{
border-color: #C57750;
}
</style>