Shades of Ecstasy #C46238
Tints of Ecstasy #C46238
RGB
CMYK
RGB Variations
Color information
#C46238 (or 0xC46238) is known color: Ecstasy. HEX triplet: C4, 62 and 38. RGB value is (196,98,56). Sum of RGB (Red+Green+Blue) = 196+98+56=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C46238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46238 is #3B9DC7. Grayscale: #7A7A7A. Windows color (decimal): -3907016 or 3695300. OLE color: 3695300.
HSL color Cylindrical-coordinate representation of color #C46238: hue angle of 18º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C46238 is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 56 | - |
| CMYK | 0 | 0.5 | 0.71 | 0.23 |
| HSL | 18º | 0.56% | 0.49% | - |
| HSV(B) | 18º | 0.71% | 0.77% | - |
| XYZ | 27.85 | 20.76 | 6.28 | - |
| YUV | 122.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 56 | 0 | 0.5 | 0.71 | 0.23 | 18 | 0.56 | 0.49 |
| Hex | C4 | 62 | 38 | 0 | 32 | 47 | 17 | 12 | 38 | 31 |
| Octal | 304 | 142 | 70 | 0 | 62 | 107 | 27 | 22 | 70 | 61 |
| Binary | 11000100 | 1100010 | 111000 | 0 | 110010 | 1000111 | 10111 | 10010 | 111000 | 110001 |
Color Harmonies of #C46238
Complementary color
Monochromatic Colors of #C46238
Black with #C46238
Text Example
Text Example
White with #C46238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46238; }
p { color: rgb(196,98,56); }
H1.HeaderClassName
{
color: #C46238;
}
.AnyTagClassName
{
color: #C46238;
}
</style>
background-color css
<style>
a { background-color: #C46238; }
a { background-color: rgb(196,98,56); }
div.DivClassName
{
background-color: #C46238;
}
.BgClassName
{
background-color: #C46238;
}
</style>
border-color css
<style>
span { border-color: #C46238; }
span { border-color: rgb(196,98,56); }
td.TdClassName
{
border-color: #C46238;
}
.TagClassName
{
border-color: #C46238;
}
</style>