Shades of Ecstasy #C86338
Tints of Ecstasy #C86338
RGB
CMYK
RGB Variations
Color information
#C86338 (or 0xC86338) is known color: Ecstasy. HEX triplet: C8, 63 and 38. RGB value is (200,99,56). Sum of RGB (Red+Green+Blue) = 200+99+56=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C86338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86338 is #379CC7. Grayscale: #7C7C7C. Windows color (decimal): -3644616 or 3695560. OLE color: 3695560.
HSL color Cylindrical-coordinate representation of color #C86338: hue angle of 17.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C86338 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 56 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.22 |
| HSL | 17.92º | 0.57% | 0.5% | - |
| HSV(B) | 17.92º | 0.72% | 0.78% | - |
| XYZ | 29 | 21.49 | 6.36 | - |
| YUV | 124.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 56 | 0 | 0.50 | 0.72 | 0.22 | 17.92 | 0.57 | 0.5 |
| Hex | C8 | 63 | 38 | 0 | 32 | 48 | 16 | 12 | 39 | 32 |
| Octal | 310 | 143 | 70 | 0 | 62 | 110 | 26 | 22 | 71 | 62 |
| Binary | 11001000 | 1100011 | 111000 | 0 | 110010 | 1001000 | 10110 | 10010 | 111001 | 110010 |
Color Harmonies of #C86338
Complementary color
Monochromatic Colors of #C86338
Black with #C86338
Text Example
Text Example
White with #C86338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86338; }
p { color: rgb(200,99,56); }
H1.HeaderClassName
{
color: #C86338;
}
.AnyTagClassName
{
color: #C86338;
}
</style>
background-color css
<style>
a { background-color: #C86338; }
a { background-color: rgb(200,99,56); }
div.DivClassName
{
background-color: #C86338;
}
.BgClassName
{
background-color: #C86338;
}
</style>
border-color css
<style>
span { border-color: #C86338; }
span { border-color: rgb(200,99,56); }
td.TdClassName
{
border-color: #C86338;
}
.TagClassName
{
border-color: #C86338;
}
</style>