Shades of Ecstasy #C86640
Tints of Ecstasy #C86640
RGB
CMYK
RGB Variations
Color information
#C86640 (or 0xC86640) is known color: Ecstasy. HEX triplet: C8, 66 and 40. RGB value is (200,102,64). Sum of RGB (Red+Green+Blue) = 200+102+64=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C86640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86640 is #3799BF. Grayscale: #7F7F7F. Windows color (decimal): -3643840 or 4220616. OLE color: 4220616.
HSL color Cylindrical-coordinate representation of color #C86640: hue angle of 16.76º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C86640 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 64 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.22 |
| HSL | 16.76º | 0.55% | 0.52% | - |
| HSV(B) | 16.76º | 0.68% | 0.78% | - |
| XYZ | 29.5 | 22.15 | 7.57 | - |
| YUV | 126.97 | 92.47 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 64 | 0 | 0.49 | 0.68 | 0.22 | 16.76 | 0.55 | 0.52 |
| Hex | C8 | 66 | 40 | 0 | 31 | 44 | 16 | 11 | 37 | 34 |
| Octal | 310 | 146 | 100 | 0 | 61 | 104 | 26 | 21 | 67 | 64 |
| Binary | 11001000 | 1100110 | 1000000 | 0 | 110001 | 1000100 | 10110 | 10001 | 110111 | 110100 |
Color Harmonies of #C86640
Complementary color
Monochromatic Colors of #C86640
Black with #C86640
Text Example
Text Example
White with #C86640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86640; }
p { color: rgb(200,102,64); }
H1.HeaderClassName
{
color: #C86640;
}
.AnyTagClassName
{
color: #C86640;
}
</style>
background-color css
<style>
a { background-color: #C86640; }
a { background-color: rgb(200,102,64); }
div.DivClassName
{
background-color: #C86640;
}
.BgClassName
{
background-color: #C86640;
}
</style>
border-color css
<style>
span { border-color: #C86640; }
span { border-color: rgb(200,102,64); }
td.TdClassName
{
border-color: #C86640;
}
.TagClassName
{
border-color: #C86640;
}
</style>