Shades of Ecstasy #C96834
Tints of Ecstasy #C96834
RGB
CMYK
RGB Variations
Color information
#C96834 (or 0xC96834) is known color: Ecstasy. HEX triplet: C9, 68 and 34. RGB value is (201,104,52). Sum of RGB (Red+Green+Blue) = 201+104+52=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C96834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96834 is #3697CB. Grayscale: #7F7F7F. Windows color (decimal): -3577804 or 3434697. OLE color: 3434697.
HSL color Cylindrical-coordinate representation of color #C96834: hue angle of 20.94º 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 #C96834 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 52 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.21 |
| HSL | 20.94º | 0.59% | 0.5% | - |
| HSV(B) | 20.94º | 0.74% | 0.79% | - |
| XYZ | 29.66 | 22.57 | 6.04 | - |
| YUV | 127.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 52 | 0 | 0.48 | 0.74 | 0.21 | 20.94 | 0.59 | 0.5 |
| Hex | C9 | 68 | 34 | 0 | 30 | 4A | 15 | 15 | 3B | 32 |
| Octal | 311 | 150 | 64 | 0 | 60 | 112 | 25 | 25 | 73 | 62 |
| Binary | 11001001 | 1101000 | 110100 | 0 | 110000 | 1001010 | 10101 | 10101 | 111011 | 110010 |
Color Harmonies of #C96834
Complementary color
Monochromatic Colors of #C96834
Black with #C96834
Text Example
Text Example
White with #C96834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96834; }
p { color: rgb(201,104,52); }
H1.HeaderClassName
{
color: #C96834;
}
.AnyTagClassName
{
color: #C96834;
}
</style>
background-color css
<style>
a { background-color: #C96834; }
a { background-color: rgb(201,104,52); }
div.DivClassName
{
background-color: #C96834;
}
.BgClassName
{
background-color: #C96834;
}
</style>
border-color css
<style>
span { border-color: #C96834; }
span { border-color: rgb(201,104,52); }
td.TdClassName
{
border-color: #C96834;
}
.TagClassName
{
border-color: #C96834;
}
</style>