Shades of Red Damask #C57650
Tints of Red Damask #C57650
RGB
CMYK
RGB Variations
Color information
#C57650 (or 0xC57650) is known color: Red Damask. HEX triplet: C5, 76 and 50. RGB value is (197,118,80). Sum of RGB (Red+Green+Blue) = 197+118+80=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C57650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57650 is #3A89AF. Grayscale: #898989. Windows color (decimal): -3836336 or 5273285. OLE color: 5273285.
HSL color Cylindrical-coordinate representation of color #C57650: hue angle of 19.49º 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 #C57650 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 80 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.23 |
| HSL | 19.49º | 0.5% | 0.54% | - |
| HSV(B) | 19.49º | 0.59% | 0.77% | - |
| XYZ | 30.95 | 25.41 | 10.86 | - |
| YUV | 137.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 80 | 0 | 0.40 | 0.59 | 0.23 | 19.49 | 0.5 | 0.54 |
| Hex | C5 | 76 | 50 | 0 | 28 | 3B | 17 | 13 | 32 | 36 |
| Octal | 305 | 166 | 120 | 0 | 50 | 73 | 27 | 23 | 62 | 66 |
| Binary | 11000101 | 1110110 | 1010000 | 0 | 101000 | 111011 | 10111 | 10011 | 110010 | 110110 |
Color Harmonies of #C57650
Complementary color
Monochromatic Colors of #C57650
Black with #C57650
Text Example
Text Example
White with #C57650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57650; }
p { color: rgb(197,118,80); }
H1.HeaderClassName
{
color: #C57650;
}
.AnyTagClassName
{
color: #C57650;
}
</style>
background-color css
<style>
a { background-color: #C57650; }
a { background-color: rgb(197,118,80); }
div.DivClassName
{
background-color: #C57650;
}
.BgClassName
{
background-color: #C57650;
}
</style>
border-color css
<style>
span { border-color: #C57650; }
span { border-color: rgb(197,118,80); }
td.TdClassName
{
border-color: #C57650;
}
.TagClassName
{
border-color: #C57650;
}
</style>