Shades of Ecstasy #C56232
Tints of Ecstasy #C56232
RGB
CMYK
RGB Variations
Color information
#C56232 (or 0xC56232) is known color: Ecstasy. HEX triplet: C5, 62 and 32. RGB value is (197,98,50). Sum of RGB (Red+Green+Blue) = 197+98+50=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C56232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56232 is #3A9DCD. Grayscale: #7A7A7A. Windows color (decimal): -3841486 or 3302085. OLE color: 3302085.
HSL color Cylindrical-coordinate representation of color #C56232: hue angle of 19.59º 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 #C56232 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 50 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.23 |
| HSL | 19.59º | 0.6% | 0.48% | - |
| HSV(B) | 19.59º | 0.75% | 0.77% | - |
| XYZ | 27.97 | 20.84 | 5.57 | - |
| YUV | 122.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 50 | 0 | 0.50 | 0.75 | 0.23 | 19.59 | 0.6 | 0.48 |
| Hex | C5 | 62 | 32 | 0 | 32 | 4B | 17 | 14 | 3C | 30 |
| Octal | 305 | 142 | 62 | 0 | 62 | 113 | 27 | 24 | 74 | 60 |
| Binary | 11000101 | 1100010 | 110010 | 0 | 110010 | 1001011 | 10111 | 10100 | 111100 | 110000 |
Color Harmonies of #C56232
Complementary color
Monochromatic Colors of #C56232
Black with #C56232
Text Example
Text Example
White with #C56232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56232; }
p { color: rgb(197,98,50); }
H1.HeaderClassName
{
color: #C56232;
}
.AnyTagClassName
{
color: #C56232;
}
</style>
background-color css
<style>
a { background-color: #C56232; }
a { background-color: rgb(197,98,50); }
div.DivClassName
{
background-color: #C56232;
}
.BgClassName
{
background-color: #C56232;
}
</style>
border-color css
<style>
span { border-color: #C56232; }
span { border-color: rgb(197,98,50); }
td.TdClassName
{
border-color: #C56232;
}
.TagClassName
{
border-color: #C56232;
}
</style>