Shades of Red Damask #C57653
Tints of Red Damask #C57653
RGB
CMYK
RGB Variations
Color information
#C57653 (or 0xC57653) is known color: Red Damask. HEX triplet: C5, 76 and 53. RGB value is (197,118,83). Sum of RGB (Red+Green+Blue) = 197+118+83=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57653 is #3A89AC. Grayscale: #898989. Windows color (decimal): -3836333 or 5469893. OLE color: 5469893.
HSL color Cylindrical-coordinate representation of color #C57653: hue angle of 18.42º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C57653 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 83 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.23 |
| HSL | 18.42º | 0.5% | 0.55% | - |
| HSV(B) | 18.42º | 0.58% | 0.77% | - |
| XYZ | 31.07 | 25.45 | 11.46 | - |
| YUV | 137.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 83 | 0 | 0.40 | 0.58 | 0.23 | 18.42 | 0.5 | 0.55 |
| Hex | C5 | 76 | 53 | 0 | 28 | 3A | 17 | 12 | 32 | 37 |
| Octal | 305 | 166 | 123 | 0 | 50 | 72 | 27 | 22 | 62 | 67 |
| Binary | 11000101 | 1110110 | 1010011 | 0 | 101000 | 111010 | 10111 | 10010 | 110010 | 110111 |
Color Harmonies of #C57653
Complementary color
Monochromatic Colors of #C57653
Black with #C57653
Text Example
Text Example
White with #C57653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57653; }
p { color: rgb(197,118,83); }
H1.HeaderClassName
{
color: #C57653;
}
.AnyTagClassName
{
color: #C57653;
}
</style>
background-color css
<style>
a { background-color: #C57653; }
a { background-color: rgb(197,118,83); }
div.DivClassName
{
background-color: #C57653;
}
.BgClassName
{
background-color: #C57653;
}
</style>
border-color css
<style>
span { border-color: #C57653; }
span { border-color: rgb(197,118,83); }
td.TdClassName
{
border-color: #C57653;
}
.TagClassName
{
border-color: #C57653;
}
</style>