Shades of Ecstasy #C86133
Tints of Ecstasy #C86133
RGB
CMYK
RGB Variations
Color information
#C86133 (or 0xC86133) is known color: Ecstasy. HEX triplet: C8, 61 and 33. RGB value is (200,97,51). Sum of RGB (Red+Green+Blue) = 200+97+51=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C86133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86133 is #379ECC. Grayscale: #7A7A7A. Windows color (decimal): -3645133 or 3367368. OLE color: 3367368.
HSL color Cylindrical-coordinate representation of color #C86133: hue angle of 18.52º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C86133 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 51 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.22 |
| HSL | 18.52º | 0.59% | 0.49% | - |
| HSV(B) | 18.52º | 0.75% | 0.78% | - |
| XYZ | 28.69 | 21.07 | 5.69 | - |
| YUV | 122.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 51 | 0 | 0.52 | 0.74 | 0.22 | 18.52 | 0.59 | 0.49 |
| Hex | C8 | 61 | 33 | 0 | 34 | 4A | 16 | 13 | 3B | 31 |
| Octal | 310 | 141 | 63 | 0 | 64 | 112 | 26 | 23 | 73 | 61 |
| Binary | 11001000 | 1100001 | 110011 | 0 | 110100 | 1001010 | 10110 | 10011 | 111011 | 110001 |
Color Harmonies of #C86133
Complementary color
Monochromatic Colors of #C86133
Black with #C86133
Text Example
Text Example
White with #C86133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86133; }
p { color: rgb(200,97,51); }
H1.HeaderClassName
{
color: #C86133;
}
.AnyTagClassName
{
color: #C86133;
}
</style>
background-color css
<style>
a { background-color: #C86133; }
a { background-color: rgb(200,97,51); }
div.DivClassName
{
background-color: #C86133;
}
.BgClassName
{
background-color: #C86133;
}
</style>
border-color css
<style>
span { border-color: #C86133; }
span { border-color: rgb(200,97,51); }
td.TdClassName
{
border-color: #C86133;
}
.TagClassName
{
border-color: #C86133;
}
</style>