Shades of Ecstasy #C95938
Tints of Ecstasy #C95938
RGB
CMYK
RGB Variations
Color information
#C95938 (or 0xC95938) is known color: Ecstasy. HEX triplet: C9, 59 and 38. RGB value is (201,89,56). Sum of RGB (Red+Green+Blue) = 201+89+56=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C95938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95938 is #36A6C7. Grayscale: #767676. Windows color (decimal): -3581640 or 3693001. OLE color: 3693001.
HSL color Cylindrical-coordinate representation of color #C95938: hue angle of 13.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C95938 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 56 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.21 |
| HSL | 13.66º | 0.57% | 0.5% | - |
| HSV(B) | 13.66º | 0.72% | 0.79% | - |
| XYZ | 28.37 | 19.85 | 6.08 | - |
| YUV | 118.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 56 | 0 | 0.56 | 0.72 | 0.21 | 13.66 | 0.57 | 0.5 |
| Hex | C9 | 59 | 38 | 0 | 38 | 48 | 15 | E | 39 | 32 |
| Octal | 311 | 131 | 70 | 0 | 70 | 110 | 25 | 16 | 71 | 62 |
| Binary | 11001001 | 1011001 | 111000 | 0 | 111000 | 1001000 | 10101 | 1110 | 111001 | 110010 |
Color Harmonies of #C95938
Complementary color
Monochromatic Colors of #C95938
Black with #C95938
Text Example
Text Example
White with #C95938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95938; }
p { color: rgb(201,89,56); }
H1.HeaderClassName
{
color: #C95938;
}
.AnyTagClassName
{
color: #C95938;
}
</style>
background-color css
<style>
a { background-color: #C95938; }
a { background-color: rgb(201,89,56); }
div.DivClassName
{
background-color: #C95938;
}
.BgClassName
{
background-color: #C95938;
}
</style>
border-color css
<style>
span { border-color: #C95938; }
span { border-color: rgb(201,89,56); }
td.TdClassName
{
border-color: #C95938;
}
.TagClassName
{
border-color: #C95938;
}
</style>