Shades of Red Damask #C96C51
Tints of Red Damask #C96C51
RGB
CMYK
RGB Variations
Color information
#C96C51 (or 0xC96C51) is known color: Red Damask. HEX triplet: C9, 6C and 51. RGB value is (201,108,81). Sum of RGB (Red+Green+Blue) = 201+108+81=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C51 is #3693AE. Grayscale: #848484. Windows color (decimal): -3576751 or 5336265. OLE color: 5336265.
HSL color Cylindrical-coordinate representation of color #C96C51: hue angle of 13.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 #C96C51 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 81 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.21 |
| HSL | 13.5º | 0.53% | 0.55% | - |
| HSV(B) | 13.5º | 0.6% | 0.79% | - |
| XYZ | 30.94 | 23.74 | 10.74 | - |
| YUV | 132.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 81 | 0 | 0.46 | 0.60 | 0.21 | 13.5 | 0.53 | 0.55 |
| Hex | C9 | 6C | 51 | 0 | 2E | 3C | 15 | E | 35 | 37 |
| Octal | 311 | 154 | 121 | 0 | 56 | 74 | 25 | 16 | 65 | 67 |
| Binary | 11001001 | 1101100 | 1010001 | 0 | 101110 | 111100 | 10101 | 1110 | 110101 | 110111 |
Color Harmonies of #C96C51
Complementary color
Monochromatic Colors of #C96C51
Black with #C96C51
Text Example
Text Example
White with #C96C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C51; }
p { color: rgb(201,108,81); }
H1.HeaderClassName
{
color: #C96C51;
}
.AnyTagClassName
{
color: #C96C51;
}
</style>
background-color css
<style>
a { background-color: #C96C51; }
a { background-color: rgb(201,108,81); }
div.DivClassName
{
background-color: #C96C51;
}
.BgClassName
{
background-color: #C96C51;
}
</style>
border-color css
<style>
span { border-color: #C96C51; }
span { border-color: rgb(201,108,81); }
td.TdClassName
{
border-color: #C96C51;
}
.TagClassName
{
border-color: #C96C51;
}
</style>