Shades of Ecstasy #C86535
Tints of Ecstasy #C86535
RGB
CMYK
RGB Variations
Color information
#C86535 (or 0xC86535) is known color: Ecstasy. HEX triplet: C8, 65 and 35. RGB value is (200,101,53). Sum of RGB (Red+Green+Blue) = 200+101+53=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C86535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86535 is #379ACA. Grayscale: #7D7D7D. Windows color (decimal): -3644107 or 3499464. OLE color: 3499464.
HSL color Cylindrical-coordinate representation of color #C86535: hue angle of 19.59º 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 #C86535 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 53 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.22 |
| HSL | 19.59º | 0.58% | 0.5% | - |
| HSV(B) | 19.59º | 0.74% | 0.78% | - |
| XYZ | 29.12 | 21.84 | 6.05 | - |
| YUV | 125.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 53 | 0 | 0.49 | 0.74 | 0.22 | 19.59 | 0.58 | 0.5 |
| Hex | C8 | 65 | 35 | 0 | 31 | 4A | 16 | 14 | 3A | 32 |
| Octal | 310 | 145 | 65 | 0 | 61 | 112 | 26 | 24 | 72 | 62 |
| Binary | 11001000 | 1100101 | 110101 | 0 | 110001 | 1001010 | 10110 | 10100 | 111010 | 110010 |
Color Harmonies of #C86535
Complementary color
Monochromatic Colors of #C86535
Black with #C86535
Text Example
Text Example
White with #C86535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86535; }
p { color: rgb(200,101,53); }
H1.HeaderClassName
{
color: #C86535;
}
.AnyTagClassName
{
color: #C86535;
}
</style>
background-color css
<style>
a { background-color: #C86535; }
a { background-color: rgb(200,101,53); }
div.DivClassName
{
background-color: #C86535;
}
.BgClassName
{
background-color: #C86535;
}
</style>
border-color css
<style>
span { border-color: #C86535; }
span { border-color: rgb(200,101,53); }
td.TdClassName
{
border-color: #C86535;
}
.TagClassName
{
border-color: #C86535;
}
</style>