Shades of Ecstasy #C86242
Tints of Ecstasy #C86242
RGB
CMYK
RGB Variations
Color information
#C86242 (or 0xC86242) is known color: Ecstasy. HEX triplet: C8, 62 and 42. RGB value is (200,98,66). Sum of RGB (Red+Green+Blue) = 200+98+66=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C86242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86242 is #379DBD. Grayscale: #7D7D7D. Windows color (decimal): -3644862 or 4350664. OLE color: 4350664.
HSL color Cylindrical-coordinate representation of color #C86242: hue angle of 14.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C86242 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 66 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.22 |
| HSL | 14.33º | 0.55% | 0.52% | - |
| HSV(B) | 14.33º | 0.67% | 0.78% | - |
| XYZ | 29.17 | 21.41 | 7.75 | - |
| YUV | 124.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 66 | 0 | 0.51 | 0.67 | 0.22 | 14.33 | 0.55 | 0.52 |
| Hex | C8 | 62 | 42 | 0 | 33 | 43 | 16 | E | 37 | 34 |
| Octal | 310 | 142 | 102 | 0 | 63 | 103 | 26 | 16 | 67 | 64 |
| Binary | 11001000 | 1100010 | 1000010 | 0 | 110011 | 1000011 | 10110 | 1110 | 110111 | 110100 |
Color Harmonies of #C86242
Complementary color
Monochromatic Colors of #C86242
Black with #C86242
Text Example
Text Example
White with #C86242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86242; }
p { color: rgb(200,98,66); }
H1.HeaderClassName
{
color: #C86242;
}
.AnyTagClassName
{
color: #C86242;
}
</style>
background-color css
<style>
a { background-color: #C86242; }
a { background-color: rgb(200,98,66); }
div.DivClassName
{
background-color: #C86242;
}
.BgClassName
{
background-color: #C86242;
}
</style>
border-color css
<style>
span { border-color: #C86242; }
span { border-color: rgb(200,98,66); }
td.TdClassName
{
border-color: #C86242;
}
.TagClassName
{
border-color: #C86242;
}
</style>