Shades of Red Damask #C97851
Tints of Red Damask #C97851
RGB
CMYK
RGB Variations
Color information
#C97851 (or 0xC97851) is known color: Red Damask. HEX triplet: C9, 78 and 51. RGB value is (201,120,81). Sum of RGB (Red+Green+Blue) = 201+120+81=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C97851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97851 is #3687AE. Grayscale: #8C8C8C. Windows color (decimal): -3573679 or 5339337. OLE color: 5339337.
HSL color Cylindrical-coordinate representation of color #C97851: hue angle of 19.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C97851 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 81 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.21 |
| HSL | 19.5º | 0.53% | 0.55% | - |
| HSV(B) | 19.5º | 0.6% | 0.79% | - |
| XYZ | 32.29 | 26.44 | 11.19 | - |
| YUV | 139.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 81 | 0 | 0.40 | 0.60 | 0.21 | 19.5 | 0.53 | 0.55 |
| Hex | C9 | 78 | 51 | 0 | 28 | 3C | 15 | 14 | 35 | 37 |
| Octal | 311 | 170 | 121 | 0 | 50 | 74 | 25 | 24 | 65 | 67 |
| Binary | 11001001 | 1111000 | 1010001 | 0 | 101000 | 111100 | 10101 | 10100 | 110101 | 110111 |
Color Harmonies of #C97851
Complementary color
Monochromatic Colors of #C97851
Black with #C97851
Text Example
Text Example
White with #C97851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97851; }
p { color: rgb(201,120,81); }
H1.HeaderClassName
{
color: #C97851;
}
.AnyTagClassName
{
color: #C97851;
}
</style>
background-color css
<style>
a { background-color: #C97851; }
a { background-color: rgb(201,120,81); }
div.DivClassName
{
background-color: #C97851;
}
.BgClassName
{
background-color: #C97851;
}
</style>
border-color css
<style>
span { border-color: #C97851; }
span { border-color: rgb(201,120,81); }
td.TdClassName
{
border-color: #C97851;
}
.TagClassName
{
border-color: #C97851;
}
</style>