Shades of Ecstasy #C76336
Tints of Ecstasy #C76336
RGB
CMYK
RGB Variations
Color information
#C76336 (or 0xC76336) is known color: Ecstasy. HEX triplet: C7, 63 and 36. RGB value is (199,99,54). Sum of RGB (Red+Green+Blue) = 199+99+54=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C76336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76336 is #389CC9. Grayscale: #7C7C7C. Windows color (decimal): -3710154 or 3564487. OLE color: 3564487.
HSL color Cylindrical-coordinate representation of color #C76336: hue angle of 18.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C76336 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 54 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.22 |
| HSL | 18.62º | 0.57% | 0.5% | - |
| HSV(B) | 18.62º | 0.73% | 0.78% | - |
| XYZ | 28.68 | 21.33 | 6.1 | - |
| YUV | 123.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 54 | 0 | 0.50 | 0.73 | 0.22 | 18.62 | 0.57 | 0.5 |
| Hex | C7 | 63 | 36 | 0 | 32 | 49 | 16 | 13 | 39 | 32 |
| Octal | 307 | 143 | 66 | 0 | 62 | 111 | 26 | 23 | 71 | 62 |
| Binary | 11000111 | 1100011 | 110110 | 0 | 110010 | 1001001 | 10110 | 10011 | 111001 | 110010 |
Color Harmonies of #C76336
Complementary color
Monochromatic Colors of #C76336
Black with #C76336
Text Example
Text Example
White with #C76336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76336; }
p { color: rgb(199,99,54); }
H1.HeaderClassName
{
color: #C76336;
}
.AnyTagClassName
{
color: #C76336;
}
</style>
background-color css
<style>
a { background-color: #C76336; }
a { background-color: rgb(199,99,54); }
div.DivClassName
{
background-color: #C76336;
}
.BgClassName
{
background-color: #C76336;
}
</style>
border-color css
<style>
span { border-color: #C76336; }
span { border-color: rgb(199,99,54); }
td.TdClassName
{
border-color: #C76336;
}
.TagClassName
{
border-color: #C76336;
}
</style>