Shades of Ecstasy #C76032
Tints of Ecstasy #C76032
RGB
CMYK
RGB Variations
Color information
#C76032 (or 0xC76032) is known color: Ecstasy. HEX triplet: C7, 60 and 32. RGB value is (199,96,50). Sum of RGB (Red+Green+Blue) = 199+96+50=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C76032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76032 is #389FCD. Grayscale: #797979. Windows color (decimal): -3710926 or 3301575. OLE color: 3301575.
HSL color Cylindrical-coordinate representation of color #C76032: hue angle of 18.52º degrees, saturation: 0.6, 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 #C76032 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 50 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.22 |
| HSL | 18.52º | 0.6% | 0.49% | - |
| HSV(B) | 18.52º | 0.75% | 0.78% | - |
| XYZ | 28.31 | 20.74 | 5.53 | - |
| YUV | 121.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 50 | 0 | 0.52 | 0.75 | 0.22 | 18.52 | 0.6 | 0.49 |
| Hex | C7 | 60 | 32 | 0 | 34 | 4B | 16 | 13 | 3C | 31 |
| Octal | 307 | 140 | 62 | 0 | 64 | 113 | 26 | 23 | 74 | 61 |
| Binary | 11000111 | 1100000 | 110010 | 0 | 110100 | 1001011 | 10110 | 10011 | 111100 | 110001 |
Color Harmonies of #C76032
Complementary color
Monochromatic Colors of #C76032
Black with #C76032
Text Example
Text Example
White with #C76032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76032; }
p { color: rgb(199,96,50); }
H1.HeaderClassName
{
color: #C76032;
}
.AnyTagClassName
{
color: #C76032;
}
</style>
background-color css
<style>
a { background-color: #C76032; }
a { background-color: rgb(199,96,50); }
div.DivClassName
{
background-color: #C76032;
}
.BgClassName
{
background-color: #C76032;
}
</style>
border-color css
<style>
span { border-color: #C76032; }
span { border-color: rgb(199,96,50); }
td.TdClassName
{
border-color: #C76032;
}
.TagClassName
{
border-color: #C76032;
}
</style>