Shades of Ecstasy #C76238
Tints of Ecstasy #C76238
RGB
CMYK
RGB Variations
Color information
#C76238 (or 0xC76238) is known color: Ecstasy. HEX triplet: C7, 62 and 38. RGB value is (199,98,56). Sum of RGB (Red+Green+Blue) = 199+98+56=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C76238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76238 is #389DC7. Grayscale: #7B7B7B. Windows color (decimal): -3710408 or 3695303. OLE color: 3695303.
HSL color Cylindrical-coordinate representation of color #C76238: hue angle of 17.62º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C76238 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 56 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.22 |
| HSL | 17.62º | 0.56% | 0.5% | - |
| HSV(B) | 17.62º | 0.72% | 0.78% | - |
| XYZ | 28.63 | 21.16 | 6.32 | - |
| YUV | 123.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 56 | 0 | 0.51 | 0.72 | 0.22 | 17.62 | 0.56 | 0.5 |
| Hex | C7 | 62 | 38 | 0 | 33 | 48 | 16 | 12 | 38 | 32 |
| Octal | 307 | 142 | 70 | 0 | 63 | 110 | 26 | 22 | 70 | 62 |
| Binary | 11000111 | 1100010 | 111000 | 0 | 110011 | 1001000 | 10110 | 10010 | 111000 | 110010 |
Color Harmonies of #C76238
Complementary color
Monochromatic Colors of #C76238
Black with #C76238
Text Example
Text Example
White with #C76238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76238; }
p { color: rgb(199,98,56); }
H1.HeaderClassName
{
color: #C76238;
}
.AnyTagClassName
{
color: #C76238;
}
</style>
background-color css
<style>
a { background-color: #C76238; }
a { background-color: rgb(199,98,56); }
div.DivClassName
{
background-color: #C76238;
}
.BgClassName
{
background-color: #C76238;
}
</style>
border-color css
<style>
span { border-color: #C76238; }
span { border-color: rgb(199,98,56); }
td.TdClassName
{
border-color: #C76238;
}
.TagClassName
{
border-color: #C76238;
}
</style>