Shades of Ecstasy #C56840
Tints of Ecstasy #C56840
RGB
CMYK
RGB Variations
Color information
#C56840 (or 0xC56840) is known color: Ecstasy. HEX triplet: C5, 68 and 40. RGB value is (197,104,64). Sum of RGB (Red+Green+Blue) = 197+104+64=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C56840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56840 is #3A97BF. Grayscale: #7F7F7F. Windows color (decimal): -3839936 or 4221125. OLE color: 4221125.
HSL color Cylindrical-coordinate representation of color #C56840: hue angle of 18.05º 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 #C56840 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 64 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.23 |
| HSL | 18.05º | 0.53% | 0.51% | - |
| HSV(B) | 18.05º | 0.68% | 0.77% | - |
| XYZ | 28.9 | 22.14 | 7.6 | - |
| YUV | 127.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 64 | 0 | 0.47 | 0.68 | 0.23 | 18.05 | 0.53 | 0.51 |
| Hex | C5 | 68 | 40 | 0 | 2F | 44 | 17 | 12 | 35 | 33 |
| Octal | 305 | 150 | 100 | 0 | 57 | 104 | 27 | 22 | 65 | 63 |
| Binary | 11000101 | 1101000 | 1000000 | 0 | 101111 | 1000100 | 10111 | 10010 | 110101 | 110011 |
Color Harmonies of #C56840
Complementary color
Monochromatic Colors of #C56840
Black with #C56840
Text Example
Text Example
White with #C56840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56840; }
p { color: rgb(197,104,64); }
H1.HeaderClassName
{
color: #C56840;
}
.AnyTagClassName
{
color: #C56840;
}
</style>
background-color css
<style>
a { background-color: #C56840; }
a { background-color: rgb(197,104,64); }
div.DivClassName
{
background-color: #C56840;
}
.BgClassName
{
background-color: #C56840;
}
</style>
border-color css
<style>
span { border-color: #C56840; }
span { border-color: rgb(197,104,64); }
td.TdClassName
{
border-color: #C56840;
}
.TagClassName
{
border-color: #C56840;
}
</style>