Shades of Red Damask #C96E4D
Tints of Red Damask #C96E4D
RGB
CMYK
RGB Variations
Color information
#C96E4D (or 0xC96E4D) is known color: Red Damask. HEX triplet: C9, 6E and 4D. RGB value is (201,110,77). Sum of RGB (Red+Green+Blue) = 201+110+77=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E4D is #3691B2. Grayscale: #858585. Windows color (decimal): -3576243 or 5074633. OLE color: 5074633.
HSL color Cylindrical-coordinate representation of color #C96E4D: hue angle of 15.97º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C96E4D is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 77 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.21 |
| HSL | 15.97º | 0.53% | 0.55% | - |
| HSV(B) | 15.97º | 0.62% | 0.79% | - |
| XYZ | 31 | 24.11 | 10.04 | - |
| YUV | 133.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 77 | 0 | 0.45 | 0.62 | 0.21 | 15.97 | 0.53 | 0.55 |
| Hex | C9 | 6E | 4D | 0 | 2D | 3E | 15 | 10 | 35 | 37 |
| Octal | 311 | 156 | 115 | 0 | 55 | 76 | 25 | 20 | 65 | 67 |
| Binary | 11001001 | 1101110 | 1001101 | 0 | 101101 | 111110 | 10101 | 10000 | 110101 | 110111 |
Color Harmonies of #C96E4D
Complementary color
Monochromatic Colors of #C96E4D
Black with #C96E4D
Text Example
Text Example
White with #C96E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E4D; }
p { color: rgb(201,110,77); }
H1.HeaderClassName
{
color: #C96E4D;
}
.AnyTagClassName
{
color: #C96E4D;
}
</style>
background-color css
<style>
a { background-color: #C96E4D; }
a { background-color: rgb(201,110,77); }
div.DivClassName
{
background-color: #C96E4D;
}
.BgClassName
{
background-color: #C96E4D;
}
</style>
border-color css
<style>
span { border-color: #C96E4D; }
span { border-color: rgb(201,110,77); }
td.TdClassName
{
border-color: #C96E4D;
}
.TagClassName
{
border-color: #C96E4D;
}
</style>