Shades of Ecstasy #C96A3E
Tints of Ecstasy #C96A3E
RGB
CMYK
RGB Variations
Color information
#C96A3E (or 0xC96A3E) is known color: Ecstasy. HEX triplet: C9, 6A and 3E. RGB value is (201,106,62). Sum of RGB (Red+Green+Blue) = 201+106+62=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A3E is #3695C1. Grayscale: #818181. Windows color (decimal): -3577282 or 4090569. OLE color: 4090569.
HSL color Cylindrical-coordinate representation of color #C96A3E: hue angle of 18.99º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C96A3E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 62 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.21 |
| HSL | 18.99º | 0.56% | 0.52% | - |
| HSV(B) | 18.99º | 0.69% | 0.79% | - |
| XYZ | 30.11 | 23.07 | 7.42 | - |
| YUV | 129.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 62 | 0 | 0.47 | 0.69 | 0.21 | 18.99 | 0.56 | 0.52 |
| Hex | C9 | 6A | 3E | 0 | 2F | 45 | 15 | 13 | 38 | 34 |
| Octal | 311 | 152 | 76 | 0 | 57 | 105 | 25 | 23 | 70 | 64 |
| Binary | 11001001 | 1101010 | 111110 | 0 | 101111 | 1000101 | 10101 | 10011 | 111000 | 110100 |
Color Harmonies of #C96A3E
Complementary color
Monochromatic Colors of #C96A3E
Black with #C96A3E
Text Example
Text Example
White with #C96A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A3E; }
p { color: rgb(201,106,62); }
H1.HeaderClassName
{
color: #C96A3E;
}
.AnyTagClassName
{
color: #C96A3E;
}
</style>
background-color css
<style>
a { background-color: #C96A3E; }
a { background-color: rgb(201,106,62); }
div.DivClassName
{
background-color: #C96A3E;
}
.BgClassName
{
background-color: #C96A3E;
}
</style>
border-color css
<style>
span { border-color: #C96A3E; }
span { border-color: rgb(201,106,62); }
td.TdClassName
{
border-color: #C96A3E;
}
.TagClassName
{
border-color: #C96A3E;
}
</style>