Shades of Ecstasy #C76840
Tints of Ecstasy #C76840
RGB
CMYK
RGB Variations
Color information
#C76840 (or 0xC76840) is known color: Ecstasy. HEX triplet: C7, 68 and 40. RGB value is (199,104,64). Sum of RGB (Red+Green+Blue) = 199+104+64=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C76840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76840 is #3897BF. Grayscale: #808080. Windows color (decimal): -3708864 or 4221127. OLE color: 4221127.
HSL color Cylindrical-coordinate representation of color #C76840: hue angle of 17.78º 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 #C76840 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 64 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.22 |
| HSL | 17.78º | 0.55% | 0.52% | - |
| HSV(B) | 17.78º | 0.68% | 0.78% | - |
| XYZ | 29.43 | 22.41 | 7.63 | - |
| YUV | 127.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 64 | 0 | 0.48 | 0.68 | 0.22 | 17.78 | 0.55 | 0.52 |
| Hex | C7 | 68 | 40 | 0 | 30 | 44 | 16 | 12 | 37 | 34 |
| Octal | 307 | 150 | 100 | 0 | 60 | 104 | 26 | 22 | 67 | 64 |
| Binary | 11000111 | 1101000 | 1000000 | 0 | 110000 | 1000100 | 10110 | 10010 | 110111 | 110100 |
Color Harmonies of #C76840
Complementary color
Monochromatic Colors of #C76840
Black with #C76840
Text Example
Text Example
White with #C76840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76840; }
p { color: rgb(199,104,64); }
H1.HeaderClassName
{
color: #C76840;
}
.AnyTagClassName
{
color: #C76840;
}
</style>
background-color css
<style>
a { background-color: #C76840; }
a { background-color: rgb(199,104,64); }
div.DivClassName
{
background-color: #C76840;
}
.BgClassName
{
background-color: #C76840;
}
</style>
border-color css
<style>
span { border-color: #C76840; }
span { border-color: rgb(199,104,64); }
td.TdClassName
{
border-color: #C76840;
}
.TagClassName
{
border-color: #C76840;
}
</style>