Shades of Red Damask #C96D4F
Tints of Red Damask #C96D4F
RGB
CMYK
RGB Variations
Color information
#C96D4F (or 0xC96D4F) is known color: Red Damask. HEX triplet: C9, 6D and 4F. RGB value is (201,109,79). Sum of RGB (Red+Green+Blue) = 201+109+79=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D4F is #3692B0. Grayscale: #858585. Windows color (decimal): -3576497 or 5205449. OLE color: 5205449.
HSL color Cylindrical-coordinate representation of color #C96D4F: hue angle of 14.75º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C96D4F is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 79 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.21 |
| HSL | 14.75º | 0.53% | 0.55% | - |
| HSV(B) | 14.75º | 0.61% | 0.79% | - |
| XYZ | 30.97 | 23.92 | 10.38 | - |
| YUV | 133.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 79 | 0 | 0.46 | 0.61 | 0.21 | 14.75 | 0.53 | 0.55 |
| Hex | C9 | 6D | 4F | 0 | 2E | 3D | 15 | F | 35 | 37 |
| Octal | 311 | 155 | 117 | 0 | 56 | 75 | 25 | 17 | 65 | 67 |
| Binary | 11001001 | 1101101 | 1001111 | 0 | 101110 | 111101 | 10101 | 1111 | 110101 | 110111 |
Color Harmonies of #C96D4F
Complementary color
Monochromatic Colors of #C96D4F
Black with #C96D4F
Text Example
Text Example
White with #C96D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D4F; }
p { color: rgb(201,109,79); }
H1.HeaderClassName
{
color: #C96D4F;
}
.AnyTagClassName
{
color: #C96D4F;
}
</style>
background-color css
<style>
a { background-color: #C96D4F; }
a { background-color: rgb(201,109,79); }
div.DivClassName
{
background-color: #C96D4F;
}
.BgClassName
{
background-color: #C96D4F;
}
</style>
border-color css
<style>
span { border-color: #C96D4F; }
span { border-color: rgb(201,109,79); }
td.TdClassName
{
border-color: #C96D4F;
}
.TagClassName
{
border-color: #C96D4F;
}
</style>