Shades of Ecstasy #C55934
Tints of Ecstasy #C55934
RGB
CMYK
RGB Variations
Color information
#C55934 (or 0xC55934) is known color: Ecstasy. HEX triplet: C5, 59 and 34. RGB value is (197,89,52). Sum of RGB (Red+Green+Blue) = 197+89+52=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C55934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55934 is #3AA6CB. Grayscale: #757575. Windows color (decimal): -3843788 or 3430853. OLE color: 3430853.
HSL color Cylindrical-coordinate representation of color #C55934: hue angle of 15.31º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C55934 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 52 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.23 |
| HSL | 15.31º | 0.58% | 0.49% | - |
| HSV(B) | 15.31º | 0.74% | 0.77% | - |
| XYZ | 27.22 | 19.26 | 5.53 | - |
| YUV | 117.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 52 | 0 | 0.55 | 0.74 | 0.23 | 15.31 | 0.58 | 0.49 |
| Hex | C5 | 59 | 34 | 0 | 37 | 4A | 17 | F | 3A | 31 |
| Octal | 305 | 131 | 64 | 0 | 67 | 112 | 27 | 17 | 72 | 61 |
| Binary | 11000101 | 1011001 | 110100 | 0 | 110111 | 1001010 | 10111 | 1111 | 111010 | 110001 |
Color Harmonies of #C55934
Complementary color
Monochromatic Colors of #C55934
Black with #C55934
Text Example
Text Example
White with #C55934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55934; }
p { color: rgb(197,89,52); }
H1.HeaderClassName
{
color: #C55934;
}
.AnyTagClassName
{
color: #C55934;
}
</style>
background-color css
<style>
a { background-color: #C55934; }
a { background-color: rgb(197,89,52); }
div.DivClassName
{
background-color: #C55934;
}
.BgClassName
{
background-color: #C55934;
}
</style>
border-color css
<style>
span { border-color: #C55934; }
span { border-color: rgb(197,89,52); }
td.TdClassName
{
border-color: #C55934;
}
.TagClassName
{
border-color: #C55934;
}
</style>