Shades of Ecstasy #C86335
Tints of Ecstasy #C86335
RGB
CMYK
RGB Variations
Color information
#C86335 (or 0xC86335) is known color: Ecstasy. HEX triplet: C8, 63 and 35. RGB value is (200,99,53). Sum of RGB (Red+Green+Blue) = 200+99+53=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C86335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86335 is #379CCA. Grayscale: #7C7C7C. Windows color (decimal): -3644619 or 3498952. OLE color: 3498952.
HSL color Cylindrical-coordinate representation of color #C86335: hue angle of 18.78º 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 #C86335 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 53 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.22 |
| HSL | 18.78º | 0.58% | 0.5% | - |
| HSV(B) | 18.78º | 0.74% | 0.78% | - |
| XYZ | 28.92 | 21.46 | 5.99 | - |
| YUV | 123.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 53 | 0 | 0.50 | 0.74 | 0.22 | 18.78 | 0.58 | 0.5 |
| Hex | C8 | 63 | 35 | 0 | 32 | 4A | 16 | 13 | 3A | 32 |
| Octal | 310 | 143 | 65 | 0 | 62 | 112 | 26 | 23 | 72 | 62 |
| Binary | 11001000 | 1100011 | 110101 | 0 | 110010 | 1001010 | 10110 | 10011 | 111010 | 110010 |
Color Harmonies of #C86335
Complementary color
Monochromatic Colors of #C86335
Black with #C86335
Text Example
Text Example
White with #C86335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86335; }
p { color: rgb(200,99,53); }
H1.HeaderClassName
{
color: #C86335;
}
.AnyTagClassName
{
color: #C86335;
}
</style>
background-color css
<style>
a { background-color: #C86335; }
a { background-color: rgb(200,99,53); }
div.DivClassName
{
background-color: #C86335;
}
.BgClassName
{
background-color: #C86335;
}
</style>
border-color css
<style>
span { border-color: #C86335; }
span { border-color: rgb(200,99,53); }
td.TdClassName
{
border-color: #C86335;
}
.TagClassName
{
border-color: #C86335;
}
</style>