Shades of Ecstasy #C56032
Tints of Ecstasy #C56032
RGB
CMYK
RGB Variations
Color information
#C56032 (or 0xC56032) is known color: Ecstasy. HEX triplet: C5, 60 and 32. RGB value is (197,96,50). Sum of RGB (Red+Green+Blue) = 197+96+50=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C56032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56032 is #3A9FCD. Grayscale: #797979. Windows color (decimal): -3841998 or 3301573. OLE color: 3301573.
HSL color Cylindrical-coordinate representation of color #C56032: hue angle of 18.78º 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 #C56032 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 50 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.23 |
| HSL | 18.78º | 0.6% | 0.48% | - |
| HSV(B) | 18.78º | 0.75% | 0.77% | - |
| XYZ | 27.78 | 20.47 | 5.5 | - |
| YUV | 120.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 50 | 0 | 0.51 | 0.75 | 0.23 | 18.78 | 0.6 | 0.48 |
| Hex | C5 | 60 | 32 | 0 | 33 | 4B | 17 | 13 | 3C | 30 |
| Octal | 305 | 140 | 62 | 0 | 63 | 113 | 27 | 23 | 74 | 60 |
| Binary | 11000101 | 1100000 | 110010 | 0 | 110011 | 1001011 | 10111 | 10011 | 111100 | 110000 |
Color Harmonies of #C56032
Complementary color
Monochromatic Colors of #C56032
Black with #C56032
Text Example
Text Example
White with #C56032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56032; }
p { color: rgb(197,96,50); }
H1.HeaderClassName
{
color: #C56032;
}
.AnyTagClassName
{
color: #C56032;
}
</style>
background-color css
<style>
a { background-color: #C56032; }
a { background-color: rgb(197,96,50); }
div.DivClassName
{
background-color: #C56032;
}
.BgClassName
{
background-color: #C56032;
}
</style>
border-color css
<style>
span { border-color: #C56032; }
span { border-color: rgb(197,96,50); }
td.TdClassName
{
border-color: #C56032;
}
.TagClassName
{
border-color: #C56032;
}
</style>