Shades of Red Damask #C96E50
Tints of Red Damask #C96E50
RGB
CMYK
RGB Variations
Color information
#C96E50 (or 0xC96E50) is known color: Red Damask. HEX triplet: C9, 6E and 50. RGB value is (201,110,80). Sum of RGB (Red+Green+Blue) = 201+110+80=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E50 is #3691AF. Grayscale: #868686. Windows color (decimal): -3576240 or 5271241. OLE color: 5271241.
HSL color Cylindrical-coordinate representation of color #C96E50: hue angle of 14.88º 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 #C96E50 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 80 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.21 |
| HSL | 14.88º | 0.53% | 0.55% | - |
| HSV(B) | 14.88º | 0.6% | 0.79% | - |
| XYZ | 31.11 | 24.15 | 10.61 | - |
| YUV | 133.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 80 | 0 | 0.45 | 0.60 | 0.21 | 14.88 | 0.53 | 0.55 |
| Hex | C9 | 6E | 50 | 0 | 2D | 3C | 15 | F | 35 | 37 |
| Octal | 311 | 156 | 120 | 0 | 55 | 74 | 25 | 17 | 65 | 67 |
| Binary | 11001001 | 1101110 | 1010000 | 0 | 101101 | 111100 | 10101 | 1111 | 110101 | 110111 |
Color Harmonies of #C96E50
Complementary color
Monochromatic Colors of #C96E50
Black with #C96E50
Text Example
Text Example
White with #C96E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E50; }
p { color: rgb(201,110,80); }
H1.HeaderClassName
{
color: #C96E50;
}
.AnyTagClassName
{
color: #C96E50;
}
</style>
background-color css
<style>
a { background-color: #C96E50; }
a { background-color: rgb(201,110,80); }
div.DivClassName
{
background-color: #C96E50;
}
.BgClassName
{
background-color: #C96E50;
}
</style>
border-color css
<style>
span { border-color: #C96E50; }
span { border-color: rgb(201,110,80); }
td.TdClassName
{
border-color: #C96E50;
}
.TagClassName
{
border-color: #C96E50;
}
</style>