Shades of Ecstasy #C76532
Tints of Ecstasy #C76532
RGB
CMYK
RGB Variations
Color information
#C76532 (or 0xC76532) is known color: Ecstasy. HEX triplet: C7, 65 and 32. RGB value is (199,101,50). Sum of RGB (Red+Green+Blue) = 199+101+50=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C76532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76532 is #389ACD. Grayscale: #7C7C7C. Windows color (decimal): -3709646 or 3302855. OLE color: 3302855.
HSL color Cylindrical-coordinate representation of color #C76532: hue angle of 20.54º 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 #C76532 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 50 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.22 |
| HSL | 20.54º | 0.6% | 0.49% | - |
| HSV(B) | 20.54º | 0.75% | 0.78% | - |
| XYZ | 28.78 | 21.68 | 5.69 | - |
| YUV | 124.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 50 | 0 | 0.49 | 0.75 | 0.22 | 20.54 | 0.6 | 0.49 |
| Hex | C7 | 65 | 32 | 0 | 31 | 4B | 16 | 15 | 3C | 31 |
| Octal | 307 | 145 | 62 | 0 | 61 | 113 | 26 | 25 | 74 | 61 |
| Binary | 11000111 | 1100101 | 110010 | 0 | 110001 | 1001011 | 10110 | 10101 | 111100 | 110001 |
Color Harmonies of #C76532
Complementary color
Monochromatic Colors of #C76532
Black with #C76532
Text Example
Text Example
White with #C76532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76532; }
p { color: rgb(199,101,50); }
H1.HeaderClassName
{
color: #C76532;
}
.AnyTagClassName
{
color: #C76532;
}
</style>
background-color css
<style>
a { background-color: #C76532; }
a { background-color: rgb(199,101,50); }
div.DivClassName
{
background-color: #C76532;
}
.BgClassName
{
background-color: #C76532;
}
</style>
border-color css
<style>
span { border-color: #C76532; }
span { border-color: rgb(199,101,50); }
td.TdClassName
{
border-color: #C76532;
}
.TagClassName
{
border-color: #C76532;
}
</style>