Shades of Ecstasy #C55E39
Tints of Ecstasy #C55E39
RGB
CMYK
RGB Variations
Color information
#C55E39 (or 0xC55E39) is known color: Ecstasy. HEX triplet: C5, 5E and 39. RGB value is (197,94,57). Sum of RGB (Red+Green+Blue) = 197+94+57=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E39 is #3AA1C6. Grayscale: #787878. Windows color (decimal): -3842503 or 3759813. OLE color: 3759813.
HSL color Cylindrical-coordinate representation of color #C55E39: hue angle of 15.86º 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 #C55E39 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 57 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.23 |
| HSL | 15.86º | 0.55% | 0.5% | - |
| HSV(B) | 15.86º | 0.71% | 0.77% | - |
| XYZ | 27.77 | 20.17 | 6.3 | - |
| YUV | 120.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 57 | 0 | 0.52 | 0.71 | 0.23 | 15.86 | 0.55 | 0.5 |
| Hex | C5 | 5E | 39 | 0 | 34 | 47 | 17 | 10 | 37 | 32 |
| Octal | 305 | 136 | 71 | 0 | 64 | 107 | 27 | 20 | 67 | 62 |
| Binary | 11000101 | 1011110 | 111001 | 0 | 110100 | 1000111 | 10111 | 10000 | 110111 | 110010 |
Color Harmonies of #C55E39
Complementary color
Monochromatic Colors of #C55E39
Black with #C55E39
Text Example
Text Example
White with #C55E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E39; }
p { color: rgb(197,94,57); }
H1.HeaderClassName
{
color: #C55E39;
}
.AnyTagClassName
{
color: #C55E39;
}
</style>
background-color css
<style>
a { background-color: #C55E39; }
a { background-color: rgb(197,94,57); }
div.DivClassName
{
background-color: #C55E39;
}
.BgClassName
{
background-color: #C55E39;
}
</style>
border-color css
<style>
span { border-color: #C55E39; }
span { border-color: rgb(197,94,57); }
td.TdClassName
{
border-color: #C55E39;
}
.TagClassName
{
border-color: #C55E39;
}
</style>