Shades of Ecstasy #C56031
Tints of Ecstasy #C56031
RGB
CMYK
RGB Variations
Color information
#C56031 (or 0xC56031) is known color: Ecstasy. HEX triplet: C5, 60 and 31. RGB value is (197,96,49). Sum of RGB (Red+Green+Blue) = 197+96+49=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C56031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56031 is #3A9FCE. Grayscale: #797979. Windows color (decimal): -3841999 or 3236037. OLE color: 3236037.
HSL color Cylindrical-coordinate representation of color #C56031: hue angle of 19.05º 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 #C56031 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 49 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.23 |
| HSL | 19.05º | 0.6% | 0.48% | - |
| HSV(B) | 19.05º | 0.75% | 0.77% | - |
| XYZ | 27.76 | 20.46 | 5.39 | - |
| YUV | 120.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 49 | 0 | 0.51 | 0.75 | 0.23 | 19.05 | 0.6 | 0.48 |
| Hex | C5 | 60 | 31 | 0 | 33 | 4B | 17 | 13 | 3C | 30 |
| Octal | 305 | 140 | 61 | 0 | 63 | 113 | 27 | 23 | 74 | 60 |
| Binary | 11000101 | 1100000 | 110001 | 0 | 110011 | 1001011 | 10111 | 10011 | 111100 | 110000 |
Color Harmonies of #C56031
Complementary color
Monochromatic Colors of #C56031
Black with #C56031
Text Example
Text Example
White with #C56031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56031; }
p { color: rgb(197,96,49); }
H1.HeaderClassName
{
color: #C56031;
}
.AnyTagClassName
{
color: #C56031;
}
</style>
background-color css
<style>
a { background-color: #C56031; }
a { background-color: rgb(197,96,49); }
div.DivClassName
{
background-color: #C56031;
}
.BgClassName
{
background-color: #C56031;
}
</style>
border-color css
<style>
span { border-color: #C56031; }
span { border-color: rgb(197,96,49); }
td.TdClassName
{
border-color: #C56031;
}
.TagClassName
{
border-color: #C56031;
}
</style>