Shades of Ecstasy #C56033
Tints of Ecstasy #C56033
RGB
CMYK
RGB Variations
Color information
#C56033 (or 0xC56033) is known color: Ecstasy. HEX triplet: C5, 60 and 33. RGB value is (197,96,51). Sum of RGB (Red+Green+Blue) = 197+96+51=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C56033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56033 is #3A9FCC. Grayscale: #797979. Windows color (decimal): -3841997 or 3367109. OLE color: 3367109.
HSL color Cylindrical-coordinate representation of color #C56033: hue angle of 18.49º degrees, saturation: 0.59, 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 #C56033 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 51 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.23 |
| HSL | 18.49º | 0.59% | 0.49% | - |
| HSV(B) | 18.49º | 0.74% | 0.77% | - |
| XYZ | 27.81 | 20.48 | 5.62 | - |
| YUV | 121.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 51 | 0 | 0.51 | 0.74 | 0.23 | 18.49 | 0.59 | 0.49 |
| Hex | C5 | 60 | 33 | 0 | 33 | 4A | 17 | 12 | 3B | 31 |
| Octal | 305 | 140 | 63 | 0 | 63 | 112 | 27 | 22 | 73 | 61 |
| Binary | 11000101 | 1100000 | 110011 | 0 | 110011 | 1001010 | 10111 | 10010 | 111011 | 110001 |
Color Harmonies of #C56033
Complementary color
Monochromatic Colors of #C56033
Black with #C56033
Text Example
Text Example
White with #C56033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56033; }
p { color: rgb(197,96,51); }
H1.HeaderClassName
{
color: #C56033;
}
.AnyTagClassName
{
color: #C56033;
}
</style>
background-color css
<style>
a { background-color: #C56033; }
a { background-color: rgb(197,96,51); }
div.DivClassName
{
background-color: #C56033;
}
.BgClassName
{
background-color: #C56033;
}
</style>
border-color css
<style>
span { border-color: #C56033; }
span { border-color: rgb(197,96,51); }
td.TdClassName
{
border-color: #C56033;
}
.TagClassName
{
border-color: #C56033;
}
</style>