Shades of Ecstasy #C95B36
Tints of Ecstasy #C95B36
RGB
CMYK
RGB Variations
Color information
#C95B36 (or 0xC95B36) is known color: Ecstasy. HEX triplet: C9, 5B and 36. RGB value is (201,91,54). Sum of RGB (Red+Green+Blue) = 201+91+54=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B36 is #36A4C9. Grayscale: #777777. Windows color (decimal): -3581130 or 3562441. OLE color: 3562441.
HSL color Cylindrical-coordinate representation of color #C95B36: hue angle of 15.1º degrees, saturation: 0.58, 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 #C95B36 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 54 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.21 |
| HSL | 15.1º | 0.58% | 0.5% | - |
| HSV(B) | 15.1º | 0.73% | 0.79% | - |
| XYZ | 28.49 | 20.17 | 5.88 | - |
| YUV | 119.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 54 | 0 | 0.55 | 0.73 | 0.21 | 15.1 | 0.58 | 0.5 |
| Hex | C9 | 5B | 36 | 0 | 37 | 49 | 15 | F | 3A | 32 |
| Octal | 311 | 133 | 66 | 0 | 67 | 111 | 25 | 17 | 72 | 62 |
| Binary | 11001001 | 1011011 | 110110 | 0 | 110111 | 1001001 | 10101 | 1111 | 111010 | 110010 |
Color Harmonies of #C95B36
Complementary color
Monochromatic Colors of #C95B36
Black with #C95B36
Text Example
Text Example
White with #C95B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B36; }
p { color: rgb(201,91,54); }
H1.HeaderClassName
{
color: #C95B36;
}
.AnyTagClassName
{
color: #C95B36;
}
</style>
background-color css
<style>
a { background-color: #C95B36; }
a { background-color: rgb(201,91,54); }
div.DivClassName
{
background-color: #C95B36;
}
.BgClassName
{
background-color: #C95B36;
}
</style>
border-color css
<style>
span { border-color: #C95B36; }
span { border-color: rgb(201,91,54); }
td.TdClassName
{
border-color: #C95B36;
}
.TagClassName
{
border-color: #C95B36;
}
</style>