Shades of Ecstasy #C96139
Tints of Ecstasy #C96139
RGB
CMYK
RGB Variations
Color information
#C96139 (or 0xC96139) is known color: Ecstasy. HEX triplet: C9, 61 and 39. RGB value is (201,97,57). Sum of RGB (Red+Green+Blue) = 201+97+57=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C96139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96139 is #369EC6. Grayscale: #7B7B7B. Windows color (decimal): -3579591 or 3760585. OLE color: 3760585.
HSL color Cylindrical-coordinate representation of color #C96139: hue angle of 16.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C96139 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 57 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.21 |
| HSL | 16.67º | 0.57% | 0.51% | - |
| HSV(B) | 16.67º | 0.72% | 0.79% | - |
| XYZ | 29.1 | 21.26 | 6.44 | - |
| YUV | 123.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 57 | 0 | 0.52 | 0.72 | 0.21 | 16.67 | 0.57 | 0.51 |
| Hex | C9 | 61 | 39 | 0 | 34 | 48 | 15 | 11 | 39 | 33 |
| Octal | 311 | 141 | 71 | 0 | 64 | 110 | 25 | 21 | 71 | 63 |
| Binary | 11001001 | 1100001 | 111001 | 0 | 110100 | 1001000 | 10101 | 10001 | 111001 | 110011 |
Color Harmonies of #C96139
Complementary color
Monochromatic Colors of #C96139
Black with #C96139
Text Example
Text Example
White with #C96139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96139; }
p { color: rgb(201,97,57); }
H1.HeaderClassName
{
color: #C96139;
}
.AnyTagClassName
{
color: #C96139;
}
</style>
background-color css
<style>
a { background-color: #C96139; }
a { background-color: rgb(201,97,57); }
div.DivClassName
{
background-color: #C96139;
}
.BgClassName
{
background-color: #C96139;
}
</style>
border-color css
<style>
span { border-color: #C96139; }
span { border-color: rgb(201,97,57); }
td.TdClassName
{
border-color: #C96139;
}
.TagClassName
{
border-color: #C96139;
}
</style>