Shades of Ecstasy #C86135
Tints of Ecstasy #C86135
RGB
CMYK
RGB Variations
Color information
#C86135 (or 0xC86135) is known color: Ecstasy. HEX triplet: C8, 61 and 35. RGB value is (200,97,53). Sum of RGB (Red+Green+Blue) = 200+97+53=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C86135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86135 is #379ECA. Grayscale: #7B7B7B. Windows color (decimal): -3645131 or 3498440. OLE color: 3498440.
HSL color Cylindrical-coordinate representation of color #C86135: hue angle of 17.96º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C86135 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 53 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.22 |
| HSL | 17.96º | 0.58% | 0.5% | - |
| HSV(B) | 17.96º | 0.74% | 0.78% | - |
| XYZ | 28.74 | 21.09 | 5.92 | - |
| YUV | 122.78 | 88.62 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 53 | 0 | 0.52 | 0.74 | 0.22 | 17.96 | 0.58 | 0.5 |
| Hex | C8 | 61 | 35 | 0 | 34 | 4A | 16 | 12 | 3A | 32 |
| Octal | 310 | 141 | 65 | 0 | 64 | 112 | 26 | 22 | 72 | 62 |
| Binary | 11001000 | 1100001 | 110101 | 0 | 110100 | 1001010 | 10110 | 10010 | 111010 | 110010 |
Color Harmonies of #C86135
Complementary color
Monochromatic Colors of #C86135
Black with #C86135
Text Example
Text Example
White with #C86135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86135; }
p { color: rgb(200,97,53); }
H1.HeaderClassName
{
color: #C86135;
}
.AnyTagClassName
{
color: #C86135;
}
</style>
background-color css
<style>
a { background-color: #C86135; }
a { background-color: rgb(200,97,53); }
div.DivClassName
{
background-color: #C86135;
}
.BgClassName
{
background-color: #C86135;
}
</style>
border-color css
<style>
span { border-color: #C86135; }
span { border-color: rgb(200,97,53); }
td.TdClassName
{
border-color: #C86135;
}
.TagClassName
{
border-color: #C86135;
}
</style>