Shades of Ecstasy #C95A39
Tints of Ecstasy #C95A39
RGB
CMYK
RGB Variations
Color information
#C95A39 (or 0xC95A39) is known color: Ecstasy. HEX triplet: C9, 5A and 39. RGB value is (201,90,57). Sum of RGB (Red+Green+Blue) = 201+90+57=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A39 is #36A5C6. Grayscale: #777777. Windows color (decimal): -3581383 or 3758793. OLE color: 3758793.
HSL color Cylindrical-coordinate representation of color #C95A39: hue angle of 13.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C95A39 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 57 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.21 |
| HSL | 13.75º | 0.57% | 0.51% | - |
| HSV(B) | 13.75º | 0.72% | 0.79% | - |
| XYZ | 28.48 | 20.03 | 6.23 | - |
| YUV | 119.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 57 | 0 | 0.55 | 0.72 | 0.21 | 13.75 | 0.57 | 0.51 |
| Hex | C9 | 5A | 39 | 0 | 37 | 48 | 15 | E | 39 | 33 |
| Octal | 311 | 132 | 71 | 0 | 67 | 110 | 25 | 16 | 71 | 63 |
| Binary | 11001001 | 1011010 | 111001 | 0 | 110111 | 1001000 | 10101 | 1110 | 111001 | 110011 |
Color Harmonies of #C95A39
Complementary color
Monochromatic Colors of #C95A39
Black with #C95A39
Text Example
Text Example
White with #C95A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A39; }
p { color: rgb(201,90,57); }
H1.HeaderClassName
{
color: #C95A39;
}
.AnyTagClassName
{
color: #C95A39;
}
</style>
background-color css
<style>
a { background-color: #C95A39; }
a { background-color: rgb(201,90,57); }
div.DivClassName
{
background-color: #C95A39;
}
.BgClassName
{
background-color: #C95A39;
}
</style>
border-color css
<style>
span { border-color: #C95A39; }
span { border-color: rgb(201,90,57); }
td.TdClassName
{
border-color: #C95A39;
}
.TagClassName
{
border-color: #C95A39;
}
</style>