Shades of Ecstasy #C96034
Tints of Ecstasy #C96034
RGB
CMYK
RGB Variations
Color information
#C96034 (or 0xC96034) is known color: Ecstasy. HEX triplet: C9, 60 and 34. RGB value is (201,96,52). Sum of RGB (Red+Green+Blue) = 201+96+52=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C96034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96034 is #369FCB. Grayscale: #7A7A7A. Windows color (decimal): -3579852 or 3432649. OLE color: 3432649.
HSL color Cylindrical-coordinate representation of color #C96034: hue angle of 17.72º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C96034 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 52 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.21 |
| HSL | 17.72º | 0.59% | 0.5% | - |
| HSV(B) | 17.72º | 0.74% | 0.79% | - |
| XYZ | 28.89 | 21.03 | 5.79 | - |
| YUV | 122.38 | 88.29 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 52 | 0 | 0.52 | 0.74 | 0.21 | 17.72 | 0.59 | 0.5 |
| Hex | C9 | 60 | 34 | 0 | 34 | 4A | 15 | 12 | 3B | 32 |
| Octal | 311 | 140 | 64 | 0 | 64 | 112 | 25 | 22 | 73 | 62 |
| Binary | 11001001 | 1100000 | 110100 | 0 | 110100 | 1001010 | 10101 | 10010 | 111011 | 110010 |
Color Harmonies of #C96034
Complementary color
Monochromatic Colors of #C96034
Black with #C96034
Text Example
Text Example
White with #C96034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96034; }
p { color: rgb(201,96,52); }
H1.HeaderClassName
{
color: #C96034;
}
.AnyTagClassName
{
color: #C96034;
}
</style>
background-color css
<style>
a { background-color: #C96034; }
a { background-color: rgb(201,96,52); }
div.DivClassName
{
background-color: #C96034;
}
.BgClassName
{
background-color: #C96034;
}
</style>
border-color css
<style>
span { border-color: #C96034; }
span { border-color: rgb(201,96,52); }
td.TdClassName
{
border-color: #C96034;
}
.TagClassName
{
border-color: #C96034;
}
</style>