Shades of Ecstasy #C85838
Tints of Ecstasy #C85838
RGB
CMYK
RGB Variations
Color information
#C85838 (or 0xC85838) is known color: Ecstasy. HEX triplet: C8, 58 and 38. RGB value is (200,88,56). Sum of RGB (Red+Green+Blue) = 200+88+56=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C85838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85838 is #37A7C7. Grayscale: #767676. Windows color (decimal): -3647432 or 3692744. OLE color: 3692744.
HSL color Cylindrical-coordinate representation of color #C85838: hue angle of 13.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C85838 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 56 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.22 |
| HSL | 13.33º | 0.57% | 0.5% | - |
| HSV(B) | 13.33º | 0.72% | 0.78% | - |
| XYZ | 28.02 | 19.54 | 6.04 | - |
| YUV | 117.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 56 | 0 | 0.56 | 0.72 | 0.22 | 13.33 | 0.57 | 0.5 |
| Hex | C8 | 58 | 38 | 0 | 38 | 48 | 16 | D | 39 | 32 |
| Octal | 310 | 130 | 70 | 0 | 70 | 110 | 26 | 15 | 71 | 62 |
| Binary | 11001000 | 1011000 | 111000 | 0 | 111000 | 1001000 | 10110 | 1101 | 111001 | 110010 |
Color Harmonies of #C85838
Complementary color
Monochromatic Colors of #C85838
Black with #C85838
Text Example
Text Example
White with #C85838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85838; }
p { color: rgb(200,88,56); }
H1.HeaderClassName
{
color: #C85838;
}
.AnyTagClassName
{
color: #C85838;
}
</style>
background-color css
<style>
a { background-color: #C85838; }
a { background-color: rgb(200,88,56); }
div.DivClassName
{
background-color: #C85838;
}
.BgClassName
{
background-color: #C85838;
}
</style>
border-color css
<style>
span { border-color: #C85838; }
span { border-color: rgb(200,88,56); }
td.TdClassName
{
border-color: #C85838;
}
.TagClassName
{
border-color: #C85838;
}
</style>