Shades of Ecstasy #C56132
Tints of Ecstasy #C56132
RGB
CMYK
RGB Variations
Color information
#C56132 (or 0xC56132) is known color: Ecstasy. HEX triplet: C5, 61 and 32. RGB value is (197,97,50). Sum of RGB (Red+Green+Blue) = 197+97+50=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C56132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56132 is #3A9ECD. Grayscale: #797979. Windows color (decimal): -3841742 or 3301829. OLE color: 3301829.
HSL color Cylindrical-coordinate representation of color #C56132: hue angle of 19.18º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C56132 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 50 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.23 |
| HSL | 19.18º | 0.6% | 0.48% | - |
| HSV(B) | 19.18º | 0.75% | 0.77% | - |
| XYZ | 27.88 | 20.65 | 5.53 | - |
| YUV | 121.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 50 | 0 | 0.51 | 0.75 | 0.23 | 19.18 | 0.6 | 0.48 |
| Hex | C5 | 61 | 32 | 0 | 33 | 4B | 17 | 13 | 3C | 30 |
| Octal | 305 | 141 | 62 | 0 | 63 | 113 | 27 | 23 | 74 | 60 |
| Binary | 11000101 | 1100001 | 110010 | 0 | 110011 | 1001011 | 10111 | 10011 | 111100 | 110000 |
Color Harmonies of #C56132
Complementary color
Monochromatic Colors of #C56132
Black with #C56132
Text Example
Text Example
White with #C56132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56132; }
p { color: rgb(197,97,50); }
H1.HeaderClassName
{
color: #C56132;
}
.AnyTagClassName
{
color: #C56132;
}
</style>
background-color css
<style>
a { background-color: #C56132; }
a { background-color: rgb(197,97,50); }
div.DivClassName
{
background-color: #C56132;
}
.BgClassName
{
background-color: #C56132;
}
</style>
border-color css
<style>
span { border-color: #C56132; }
span { border-color: rgb(197,97,50); }
td.TdClassName
{
border-color: #C56132;
}
.TagClassName
{
border-color: #C56132;
}
</style>