Shades of Ecstasy #C86330
Tints of Ecstasy #C86330
RGB
CMYK
RGB Variations
Color information
#C86330 (or 0xC86330) is known color: Ecstasy. HEX triplet: C8, 63 and 30. RGB value is (200,99,48). Sum of RGB (Red+Green+Blue) = 200+99+48=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C86330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86330 is #379CCF. Grayscale: #7B7B7B. Windows color (decimal): -3644624 or 3171272. OLE color: 3171272.
HSL color Cylindrical-coordinate representation of color #C86330: hue angle of 20.13º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C86330 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 48 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.22 |
| HSL | 20.13º | 0.61% | 0.49% | - |
| HSV(B) | 20.13º | 0.76% | 0.78% | - |
| XYZ | 28.81 | 21.42 | 5.41 | - |
| YUV | 123.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 48 | 0 | 0.50 | 0.76 | 0.22 | 20.13 | 0.61 | 0.49 |
| Hex | C8 | 63 | 30 | 0 | 32 | 4C | 16 | 14 | 3D | 31 |
| Octal | 310 | 143 | 60 | 0 | 62 | 114 | 26 | 24 | 75 | 61 |
| Binary | 11001000 | 1100011 | 110000 | 0 | 110010 | 1001100 | 10110 | 10100 | 111101 | 110001 |
Color Harmonies of #C86330
Complementary color
Monochromatic Colors of #C86330
Black with #C86330
Text Example
Text Example
White with #C86330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86330; }
p { color: rgb(200,99,48); }
H1.HeaderClassName
{
color: #C86330;
}
.AnyTagClassName
{
color: #C86330;
}
</style>
background-color css
<style>
a { background-color: #C86330; }
a { background-color: rgb(200,99,48); }
div.DivClassName
{
background-color: #C86330;
}
.BgClassName
{
background-color: #C86330;
}
</style>
border-color css
<style>
span { border-color: #C86330; }
span { border-color: rgb(200,99,48); }
td.TdClassName
{
border-color: #C86330;
}
.TagClassName
{
border-color: #C86330;
}
</style>