Shades of Ecstasy #C55939
Tints of Ecstasy #C55939
RGB
CMYK
RGB Variations
Color information
#C55939 (or 0xC55939) is known color: Ecstasy. HEX triplet: C5, 59 and 39. RGB value is (197,89,57). Sum of RGB (Red+Green+Blue) = 197+89+57=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C55939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55939 is #3AA6C6. Grayscale: #757575. Windows color (decimal): -3843783 or 3758533. OLE color: 3758533.
HSL color Cylindrical-coordinate representation of color #C55939: hue angle of 13.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C55939 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 57 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.23 |
| HSL | 13.71º | 0.55% | 0.5% | - |
| HSV(B) | 13.71º | 0.71% | 0.77% | - |
| XYZ | 27.34 | 19.31 | 6.16 | - |
| YUV | 117.64 | 93.78 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 57 | 0 | 0.55 | 0.71 | 0.23 | 13.71 | 0.55 | 0.5 |
| Hex | C5 | 59 | 39 | 0 | 37 | 47 | 17 | E | 37 | 32 |
| Octal | 305 | 131 | 71 | 0 | 67 | 107 | 27 | 16 | 67 | 62 |
| Binary | 11000101 | 1011001 | 111001 | 0 | 110111 | 1000111 | 10111 | 1110 | 110111 | 110010 |
Color Harmonies of #C55939
Complementary color
Monochromatic Colors of #C55939
Black with #C55939
Text Example
Text Example
White with #C55939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55939; }
p { color: rgb(197,89,57); }
H1.HeaderClassName
{
color: #C55939;
}
.AnyTagClassName
{
color: #C55939;
}
</style>
background-color css
<style>
a { background-color: #C55939; }
a { background-color: rgb(197,89,57); }
div.DivClassName
{
background-color: #C55939;
}
.BgClassName
{
background-color: #C55939;
}
</style>
border-color css
<style>
span { border-color: #C55939; }
span { border-color: rgb(197,89,57); }
td.TdClassName
{
border-color: #C55939;
}
.TagClassName
{
border-color: #C55939;
}
</style>