Shades of Ecstasy #C96740
Tints of Ecstasy #C96740
RGB
CMYK
RGB Variations
Color information
#C96740 (or 0xC96740) is known color: Ecstasy. HEX triplet: C9, 67 and 40. RGB value is (201,103,64). Sum of RGB (Red+Green+Blue) = 201+103+64=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C96740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96740 is #3698BF. Grayscale: #808080. Windows color (decimal): -3578048 or 4220873. OLE color: 4220873.
HSL color Cylindrical-coordinate representation of color #C96740: hue angle of 17.08º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C96740 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 64 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.21 |
| HSL | 17.08º | 0.56% | 0.52% | - |
| HSV(B) | 17.08º | 0.68% | 0.79% | - |
| XYZ | 29.86 | 22.49 | 7.62 | - |
| YUV | 127.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 64 | 0 | 0.49 | 0.68 | 0.21 | 17.08 | 0.56 | 0.52 |
| Hex | C9 | 67 | 40 | 0 | 31 | 44 | 15 | 11 | 38 | 34 |
| Octal | 311 | 147 | 100 | 0 | 61 | 104 | 25 | 21 | 70 | 64 |
| Binary | 11001001 | 1100111 | 1000000 | 0 | 110001 | 1000100 | 10101 | 10001 | 111000 | 110100 |
Color Harmonies of #C96740
Complementary color
Monochromatic Colors of #C96740
Black with #C96740
Text Example
Text Example
White with #C96740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96740; }
p { color: rgb(201,103,64); }
H1.HeaderClassName
{
color: #C96740;
}
.AnyTagClassName
{
color: #C96740;
}
</style>
background-color css
<style>
a { background-color: #C96740; }
a { background-color: rgb(201,103,64); }
div.DivClassName
{
background-color: #C96740;
}
.BgClassName
{
background-color: #C96740;
}
</style>
border-color css
<style>
span { border-color: #C96740; }
span { border-color: rgb(201,103,64); }
td.TdClassName
{
border-color: #C96740;
}
.TagClassName
{
border-color: #C96740;
}
</style>