Shades of Ecstasy #C55E36
Tints of Ecstasy #C55E36
RGB
CMYK
RGB Variations
Color information
#C55E36 (or 0xC55E36) is known color: Ecstasy. HEX triplet: C5, 5E and 36. RGB value is (197,94,54). Sum of RGB (Red+Green+Blue) = 197+94+54=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E36 is #3AA1C9. Grayscale: #787878. Windows color (decimal): -3842506 or 3563205. OLE color: 3563205.
HSL color Cylindrical-coordinate representation of color #C55E36: hue angle of 16.78º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C55E36 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 54 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.23 |
| HSL | 16.78º | 0.57% | 0.49% | - |
| HSV(B) | 16.78º | 0.73% | 0.77% | - |
| XYZ | 27.69 | 20.14 | 5.92 | - |
| YUV | 120.24 | 90.62 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 54 | 0 | 0.52 | 0.73 | 0.23 | 16.78 | 0.57 | 0.49 |
| Hex | C5 | 5E | 36 | 0 | 34 | 49 | 17 | 11 | 39 | 31 |
| Octal | 305 | 136 | 66 | 0 | 64 | 111 | 27 | 21 | 71 | 61 |
| Binary | 11000101 | 1011110 | 110110 | 0 | 110100 | 1001001 | 10111 | 10001 | 111001 | 110001 |
Color Harmonies of #C55E36
Complementary color
Monochromatic Colors of #C55E36
Black with #C55E36
Text Example
Text Example
White with #C55E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E36; }
p { color: rgb(197,94,54); }
H1.HeaderClassName
{
color: #C55E36;
}
.AnyTagClassName
{
color: #C55E36;
}
</style>
background-color css
<style>
a { background-color: #C55E36; }
a { background-color: rgb(197,94,54); }
div.DivClassName
{
background-color: #C55E36;
}
.BgClassName
{
background-color: #C55E36;
}
</style>
border-color css
<style>
span { border-color: #C55E36; }
span { border-color: rgb(197,94,54); }
td.TdClassName
{
border-color: #C55E36;
}
.TagClassName
{
border-color: #C55E36;
}
</style>