Shades of Ecstasy #C46140
Tints of Ecstasy #C46140
RGB
CMYK
RGB Variations
Color information
#C46140 (or 0xC46140) is known color: Ecstasy. HEX triplet: C4, 61 and 40. RGB value is (196,97,64). Sum of RGB (Red+Green+Blue) = 196+97+64=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C46140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46140 is #3B9EBF. Grayscale: #7B7B7B. Windows color (decimal): -3907264 or 4219332. OLE color: 4219332.
HSL color Cylindrical-coordinate representation of color #C46140: hue angle of 15º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C46140 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 64 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.23 |
| HSL | 15º | 0.53% | 0.51% | - |
| HSV(B) | 15º | 0.67% | 0.77% | - |
| XYZ | 27.97 | 20.66 | 7.36 | - |
| YUV | 122.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 64 | 0 | 0.51 | 0.67 | 0.23 | 15 | 0.53 | 0.51 |
| Hex | C4 | 61 | 40 | 0 | 33 | 43 | 17 | F | 35 | 33 |
| Octal | 304 | 141 | 100 | 0 | 63 | 103 | 27 | 17 | 65 | 63 |
| Binary | 11000100 | 1100001 | 1000000 | 0 | 110011 | 1000011 | 10111 | 1111 | 110101 | 110011 |
Color Harmonies of #C46140
Complementary color
Monochromatic Colors of #C46140
Black with #C46140
Text Example
Text Example
White with #C46140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46140; }
p { color: rgb(196,97,64); }
H1.HeaderClassName
{
color: #C46140;
}
.AnyTagClassName
{
color: #C46140;
}
</style>
background-color css
<style>
a { background-color: #C46140; }
a { background-color: rgb(196,97,64); }
div.DivClassName
{
background-color: #C46140;
}
.BgClassName
{
background-color: #C46140;
}
</style>
border-color css
<style>
span { border-color: #C46140; }
span { border-color: rgb(196,97,64); }
td.TdClassName
{
border-color: #C46140;
}
.TagClassName
{
border-color: #C46140;
}
</style>