Shades of Ecstasy #C55930
Tints of Ecstasy #C55930
RGB
CMYK
RGB Variations
Color information
#C55930 (or 0xC55930) is known color: Ecstasy. HEX triplet: C5, 59 and 30. RGB value is (197,89,48). Sum of RGB (Red+Green+Blue) = 197+89+48=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C55930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55930 is #3AA6CF. Grayscale: #747474. Windows color (decimal): -3843792 or 3168709. OLE color: 3168709.
HSL color Cylindrical-coordinate representation of color #C55930: hue angle of 16.51º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C55930 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 48 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.23 |
| HSL | 16.51º | 0.61% | 0.48% | - |
| HSV(B) | 16.51º | 0.76% | 0.77% | - |
| XYZ | 27.13 | 19.23 | 5.08 | - |
| YUV | 116.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 48 | 0 | 0.55 | 0.76 | 0.23 | 16.51 | 0.61 | 0.48 |
| Hex | C5 | 59 | 30 | 0 | 37 | 4C | 17 | 11 | 3D | 30 |
| Octal | 305 | 131 | 60 | 0 | 67 | 114 | 27 | 21 | 75 | 60 |
| Binary | 11000101 | 1011001 | 110000 | 0 | 110111 | 1001100 | 10111 | 10001 | 111101 | 110000 |
Color Harmonies of #C55930
Complementary color
Monochromatic Colors of #C55930
Black with #C55930
Text Example
Text Example
White with #C55930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55930; }
p { color: rgb(197,89,48); }
H1.HeaderClassName
{
color: #C55930;
}
.AnyTagClassName
{
color: #C55930;
}
</style>
background-color css
<style>
a { background-color: #C55930; }
a { background-color: rgb(197,89,48); }
div.DivClassName
{
background-color: #C55930;
}
.BgClassName
{
background-color: #C55930;
}
</style>
border-color css
<style>
span { border-color: #C55930; }
span { border-color: rgb(197,89,48); }
td.TdClassName
{
border-color: #C55930;
}
.TagClassName
{
border-color: #C55930;
}
</style>