Shades of Ecstasy #C95937
Tints of Ecstasy #C95937
RGB
CMYK
RGB Variations
Color information
#C95937 (or 0xC95937) is known color: Ecstasy. HEX triplet: C9, 59 and 37. RGB value is (201,89,55). Sum of RGB (Red+Green+Blue) = 201+89+55=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C95937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95937 is #36A6C8. Grayscale: #767676. Windows color (decimal): -3581641 or 3627465. OLE color: 3627465.
HSL color Cylindrical-coordinate representation of color #C95937: hue angle of 13.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C95937 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 55 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.21 |
| HSL | 13.97º | 0.57% | 0.5% | - |
| HSV(B) | 13.97º | 0.73% | 0.79% | - |
| XYZ | 28.35 | 19.84 | 5.95 | - |
| YUV | 118.61 | 92.11 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 55 | 0 | 0.56 | 0.73 | 0.21 | 13.97 | 0.57 | 0.5 |
| Hex | C9 | 59 | 37 | 0 | 38 | 49 | 15 | E | 39 | 32 |
| Octal | 311 | 131 | 67 | 0 | 70 | 111 | 25 | 16 | 71 | 62 |
| Binary | 11001001 | 1011001 | 110111 | 0 | 111000 | 1001001 | 10101 | 1110 | 111001 | 110010 |
Color Harmonies of #C95937
Complementary color
Monochromatic Colors of #C95937
Black with #C95937
Text Example
Text Example
White with #C95937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95937; }
p { color: rgb(201,89,55); }
H1.HeaderClassName
{
color: #C95937;
}
.AnyTagClassName
{
color: #C95937;
}
</style>
background-color css
<style>
a { background-color: #C95937; }
a { background-color: rgb(201,89,55); }
div.DivClassName
{
background-color: #C95937;
}
.BgClassName
{
background-color: #C95937;
}
</style>
border-color css
<style>
span { border-color: #C95937; }
span { border-color: rgb(201,89,55); }
td.TdClassName
{
border-color: #C95937;
}
.TagClassName
{
border-color: #C95937;
}
</style>