Shades of Ecstasy #C86236
Tints of Ecstasy #C86236
RGB
CMYK
RGB Variations
Color information
#C86236 (or 0xC86236) is known color: Ecstasy. HEX triplet: C8, 62 and 36. RGB value is (200,98,54). Sum of RGB (Red+Green+Blue) = 200+98+54=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C86236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86236 is #379DC9. Grayscale: #7B7B7B. Windows color (decimal): -3644874 or 3564232. OLE color: 3564232.
HSL color Cylindrical-coordinate representation of color #C86236: hue angle of 18.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C86236 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 54 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.22 |
| HSL | 18.08º | 0.57% | 0.5% | - |
| HSV(B) | 18.08º | 0.73% | 0.78% | - |
| XYZ | 28.85 | 21.28 | 6.08 | - |
| YUV | 123.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 54 | 0 | 0.51 | 0.73 | 0.22 | 18.08 | 0.57 | 0.5 |
| Hex | C8 | 62 | 36 | 0 | 33 | 49 | 16 | 12 | 39 | 32 |
| Octal | 310 | 142 | 66 | 0 | 63 | 111 | 26 | 22 | 71 | 62 |
| Binary | 11001000 | 1100010 | 110110 | 0 | 110011 | 1001001 | 10110 | 10010 | 111001 | 110010 |
Color Harmonies of #C86236
Complementary color
Monochromatic Colors of #C86236
Black with #C86236
Text Example
Text Example
White with #C86236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86236; }
p { color: rgb(200,98,54); }
H1.HeaderClassName
{
color: #C86236;
}
.AnyTagClassName
{
color: #C86236;
}
</style>
background-color css
<style>
a { background-color: #C86236; }
a { background-color: rgb(200,98,54); }
div.DivClassName
{
background-color: #C86236;
}
.BgClassName
{
background-color: #C86236;
}
</style>
border-color css
<style>
span { border-color: #C86236; }
span { border-color: rgb(200,98,54); }
td.TdClassName
{
border-color: #C86236;
}
.TagClassName
{
border-color: #C86236;
}
</style>