Shades of Ecstasy #C96641
Tints of Ecstasy #C96641
RGB
CMYK
RGB Variations
Color information
#C96641 (or 0xC96641) is known color: Ecstasy. HEX triplet: C9, 66 and 41. RGB value is (201,102,65). Sum of RGB (Red+Green+Blue) = 201+102+65=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C96641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96641 is #3699BE. Grayscale: #7F7F7F. Windows color (decimal): -3578303 or 4286153. OLE color: 4286153.
HSL color Cylindrical-coordinate representation of color #C96641: hue angle of 16.32º 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 #C96641 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 65 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.21 |
| HSL | 16.32º | 0.56% | 0.52% | - |
| HSV(B) | 16.32º | 0.68% | 0.79% | - |
| XYZ | 29.79 | 22.3 | 7.74 | - |
| YUV | 127.38 | 92.8 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 65 | 0 | 0.49 | 0.68 | 0.21 | 16.32 | 0.56 | 0.52 |
| Hex | C9 | 66 | 41 | 0 | 31 | 44 | 15 | 10 | 38 | 34 |
| Octal | 311 | 146 | 101 | 0 | 61 | 104 | 25 | 20 | 70 | 64 |
| Binary | 11001001 | 1100110 | 1000001 | 0 | 110001 | 1000100 | 10101 | 10000 | 111000 | 110100 |
Color Harmonies of #C96641
Complementary color
Monochromatic Colors of #C96641
Black with #C96641
Text Example
Text Example
White with #C96641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96641; }
p { color: rgb(201,102,65); }
H1.HeaderClassName
{
color: #C96641;
}
.AnyTagClassName
{
color: #C96641;
}
</style>
background-color css
<style>
a { background-color: #C96641; }
a { background-color: rgb(201,102,65); }
div.DivClassName
{
background-color: #C96641;
}
.BgClassName
{
background-color: #C96641;
}
</style>
border-color css
<style>
span { border-color: #C96641; }
span { border-color: rgb(201,102,65); }
td.TdClassName
{
border-color: #C96641;
}
.TagClassName
{
border-color: #C96641;
}
</style>