Shades of Ecstasy #C55E40
Tints of Ecstasy #C55E40
RGB
CMYK
RGB Variations
Color information
#C55E40 (or 0xC55E40) is known color: Ecstasy. HEX triplet: C5, 5E and 40. RGB value is (197,94,64). Sum of RGB (Red+Green+Blue) = 197+94+64=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E40 is #3AA1BF. Grayscale: #797979. Windows color (decimal): -3842496 or 4218565. OLE color: 4218565.
HSL color Cylindrical-coordinate representation of color #C55E40: hue angle of 13.53º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C55E40 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 64 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.23 |
| HSL | 13.53º | 0.53% | 0.51% | - |
| HSV(B) | 13.53º | 0.68% | 0.77% | - |
| XYZ | 27.95 | 20.25 | 7.28 | - |
| YUV | 121.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 64 | 0 | 0.52 | 0.68 | 0.23 | 13.53 | 0.53 | 0.51 |
| Hex | C5 | 5E | 40 | 0 | 34 | 44 | 17 | E | 35 | 33 |
| Octal | 305 | 136 | 100 | 0 | 64 | 104 | 27 | 16 | 65 | 63 |
| Binary | 11000101 | 1011110 | 1000000 | 0 | 110100 | 1000100 | 10111 | 1110 | 110101 | 110011 |
Color Harmonies of #C55E40
Complementary color
Monochromatic Colors of #C55E40
Black with #C55E40
Text Example
Text Example
White with #C55E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E40; }
p { color: rgb(197,94,64); }
H1.HeaderClassName
{
color: #C55E40;
}
.AnyTagClassName
{
color: #C55E40;
}
</style>
background-color css
<style>
a { background-color: #C55E40; }
a { background-color: rgb(197,94,64); }
div.DivClassName
{
background-color: #C55E40;
}
.BgClassName
{
background-color: #C55E40;
}
</style>
border-color css
<style>
span { border-color: #C55E40; }
span { border-color: rgb(197,94,64); }
td.TdClassName
{
border-color: #C55E40;
}
.TagClassName
{
border-color: #C55E40;
}
</style>