Shades of Ecstasy #C86134
Tints of Ecstasy #C86134
RGB
CMYK
RGB Variations
Color information
#C86134 (or 0xC86134) is known color: Ecstasy. HEX triplet: C8, 61 and 34. RGB value is (200,97,52). Sum of RGB (Red+Green+Blue) = 200+97+52=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C86134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86134 is #379ECB. Grayscale: #7A7A7A. Windows color (decimal): -3645132 or 3432904. OLE color: 3432904.
HSL color Cylindrical-coordinate representation of color #C86134: hue angle of 18.24º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C86134 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 52 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.22 |
| HSL | 18.24º | 0.59% | 0.49% | - |
| HSV(B) | 18.24º | 0.74% | 0.78% | - |
| XYZ | 28.71 | 21.08 | 5.8 | - |
| YUV | 122.67 | 88.12 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 52 | 0 | 0.52 | 0.74 | 0.22 | 18.24 | 0.59 | 0.49 |
| Hex | C8 | 61 | 34 | 0 | 34 | 4A | 16 | 12 | 3B | 31 |
| Octal | 310 | 141 | 64 | 0 | 64 | 112 | 26 | 22 | 73 | 61 |
| Binary | 11001000 | 1100001 | 110100 | 0 | 110100 | 1001010 | 10110 | 10010 | 111011 | 110001 |
Color Harmonies of #C86134
Complementary color
Monochromatic Colors of #C86134
Black with #C86134
Text Example
Text Example
White with #C86134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86134; }
p { color: rgb(200,97,52); }
H1.HeaderClassName
{
color: #C86134;
}
.AnyTagClassName
{
color: #C86134;
}
</style>
background-color css
<style>
a { background-color: #C86134; }
a { background-color: rgb(200,97,52); }
div.DivClassName
{
background-color: #C86134;
}
.BgClassName
{
background-color: #C86134;
}
</style>
border-color css
<style>
span { border-color: #C86134; }
span { border-color: rgb(200,97,52); }
td.TdClassName
{
border-color: #C86134;
}
.TagClassName
{
border-color: #C86134;
}
</style>