Shades of Ecstasy #C76538
Tints of Ecstasy #C76538
RGB
CMYK
RGB Variations
Color information
#C76538 (or 0xC76538) is known color: Ecstasy. HEX triplet: C7, 65 and 38. RGB value is (199,101,56). Sum of RGB (Red+Green+Blue) = 199+101+56=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C76538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76538 is #389AC7. Grayscale: #7D7D7D. Windows color (decimal): -3709640 or 3696071. OLE color: 3696071.
HSL color Cylindrical-coordinate representation of color #C76538: hue angle of 18.88º 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 #C76538 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 56 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.22 |
| HSL | 18.88º | 0.56% | 0.5% | - |
| HSV(B) | 18.88º | 0.72% | 0.78% | - |
| XYZ | 28.92 | 21.74 | 6.41 | - |
| YUV | 125.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 56 | 0 | 0.49 | 0.72 | 0.22 | 18.88 | 0.56 | 0.5 |
| Hex | C7 | 65 | 38 | 0 | 31 | 48 | 16 | 13 | 38 | 32 |
| Octal | 307 | 145 | 70 | 0 | 61 | 110 | 26 | 23 | 70 | 62 |
| Binary | 11000111 | 1100101 | 111000 | 0 | 110001 | 1001000 | 10110 | 10011 | 111000 | 110010 |
Color Harmonies of #C76538
Complementary color
Monochromatic Colors of #C76538
Black with #C76538
Text Example
Text Example
White with #C76538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76538; }
p { color: rgb(199,101,56); }
H1.HeaderClassName
{
color: #C76538;
}
.AnyTagClassName
{
color: #C76538;
}
</style>
background-color css
<style>
a { background-color: #C76538; }
a { background-color: rgb(199,101,56); }
div.DivClassName
{
background-color: #C76538;
}
.BgClassName
{
background-color: #C76538;
}
</style>
border-color css
<style>
span { border-color: #C76538; }
span { border-color: rgb(199,101,56); }
td.TdClassName
{
border-color: #C76538;
}
.TagClassName
{
border-color: #C76538;
}
</style>