Shades of Ecstasy #C96036
Tints of Ecstasy #C96036
RGB
CMYK
RGB Variations
Color information
#C96036 (or 0xC96036) is known color: Ecstasy. HEX triplet: C9, 60 and 36. RGB value is (201,96,54). Sum of RGB (Red+Green+Blue) = 201+96+54=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C96036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96036 is #369FC9. Grayscale: #7A7A7A. Windows color (decimal): -3579850 or 3563721. OLE color: 3563721.
HSL color Cylindrical-coordinate representation of color #C96036: hue angle of 17.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C96036 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 54 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.21 |
| HSL | 17.14º | 0.58% | 0.5% | - |
| HSV(B) | 17.14º | 0.73% | 0.79% | - |
| XYZ | 28.94 | 21.05 | 6.03 | - |
| YUV | 122.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 54 | 0 | 0.52 | 0.73 | 0.21 | 17.14 | 0.58 | 0.5 |
| Hex | C9 | 60 | 36 | 0 | 34 | 49 | 15 | 11 | 3A | 32 |
| Octal | 311 | 140 | 66 | 0 | 64 | 111 | 25 | 21 | 72 | 62 |
| Binary | 11001001 | 1100000 | 110110 | 0 | 110100 | 1001001 | 10101 | 10001 | 111010 | 110010 |
Color Harmonies of #C96036
Complementary color
Monochromatic Colors of #C96036
Black with #C96036
Text Example
Text Example
White with #C96036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96036; }
p { color: rgb(201,96,54); }
H1.HeaderClassName
{
color: #C96036;
}
.AnyTagClassName
{
color: #C96036;
}
</style>
background-color css
<style>
a { background-color: #C96036; }
a { background-color: rgb(201,96,54); }
div.DivClassName
{
background-color: #C96036;
}
.BgClassName
{
background-color: #C96036;
}
</style>
border-color css
<style>
span { border-color: #C96036; }
span { border-color: rgb(201,96,54); }
td.TdClassName
{
border-color: #C96036;
}
.TagClassName
{
border-color: #C96036;
}
</style>