Shades of Ecstasy #C46040
Tints of Ecstasy #C46040
RGB
CMYK
RGB Variations
Color information
#C46040 (or 0xC46040) is known color: Ecstasy. HEX triplet: C4, 60 and 40. RGB value is (196,96,64). Sum of RGB (Red+Green+Blue) = 196+96+64=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C46040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46040 is #3B9FBF. Grayscale: #7A7A7A. Windows color (decimal): -3907520 or 4219076. OLE color: 4219076.
HSL color Cylindrical-coordinate representation of color #C46040: hue angle of 14.55º 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 #C46040 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 64 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.23 |
| HSL | 14.55º | 0.53% | 0.51% | - |
| HSV(B) | 14.55º | 0.67% | 0.77% | - |
| XYZ | 27.87 | 20.47 | 7.33 | - |
| YUV | 122.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 64 | 0 | 0.51 | 0.67 | 0.23 | 14.55 | 0.53 | 0.51 |
| Hex | C4 | 60 | 40 | 0 | 33 | 43 | 17 | F | 35 | 33 |
| Octal | 304 | 140 | 100 | 0 | 63 | 103 | 27 | 17 | 65 | 63 |
| Binary | 11000100 | 1100000 | 1000000 | 0 | 110011 | 1000011 | 10111 | 1111 | 110101 | 110011 |
Color Harmonies of #C46040
Complementary color
Monochromatic Colors of #C46040
Black with #C46040
Text Example
Text Example
White with #C46040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46040; }
p { color: rgb(196,96,64); }
H1.HeaderClassName
{
color: #C46040;
}
.AnyTagClassName
{
color: #C46040;
}
</style>
background-color css
<style>
a { background-color: #C46040; }
a { background-color: rgb(196,96,64); }
div.DivClassName
{
background-color: #C46040;
}
.BgClassName
{
background-color: #C46040;
}
</style>
border-color css
<style>
span { border-color: #C46040; }
span { border-color: rgb(196,96,64); }
td.TdClassName
{
border-color: #C46040;
}
.TagClassName
{
border-color: #C46040;
}
</style>