Shades of Ecstasy #C56040
Tints of Ecstasy #C56040
RGB
CMYK
RGB Variations
Color information
#C56040 (or 0xC56040) is known color: Ecstasy. HEX triplet: C5, 60 and 40. RGB value is (197,96,64). Sum of RGB (Red+Green+Blue) = 197+96+64=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C56040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56040 is #3A9FBF. Grayscale: #7A7A7A. Windows color (decimal): -3841984 or 4219077. OLE color: 4219077.
HSL color Cylindrical-coordinate representation of color #C56040: hue angle of 14.44º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C56040 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 64 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.23 |
| HSL | 14.44º | 0.53% | 0.51% | - |
| HSV(B) | 14.44º | 0.68% | 0.77% | - |
| XYZ | 28.13 | 20.61 | 7.35 | - |
| YUV | 122.55 | 94.96 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 64 | 0 | 0.51 | 0.68 | 0.23 | 14.44 | 0.53 | 0.51 |
| Hex | C5 | 60 | 40 | 0 | 33 | 44 | 17 | E | 35 | 33 |
| Octal | 305 | 140 | 100 | 0 | 63 | 104 | 27 | 16 | 65 | 63 |
| Binary | 11000101 | 1100000 | 1000000 | 0 | 110011 | 1000100 | 10111 | 1110 | 110101 | 110011 |
Color Harmonies of #C56040
Complementary color
Monochromatic Colors of #C56040
Black with #C56040
Text Example
Text Example
White with #C56040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56040; }
p { color: rgb(197,96,64); }
H1.HeaderClassName
{
color: #C56040;
}
.AnyTagClassName
{
color: #C56040;
}
</style>
background-color css
<style>
a { background-color: #C56040; }
a { background-color: rgb(197,96,64); }
div.DivClassName
{
background-color: #C56040;
}
.BgClassName
{
background-color: #C56040;
}
</style>
border-color css
<style>
span { border-color: #C56040; }
span { border-color: rgb(197,96,64); }
td.TdClassName
{
border-color: #C56040;
}
.TagClassName
{
border-color: #C56040;
}
</style>