Shades of Ecstasy #C76535
Tints of Ecstasy #C76535
RGB
CMYK
RGB Variations
Color information
#C76535 (or 0xC76535) is known color: Ecstasy. HEX triplet: C7, 65 and 35. RGB value is (199,101,53). Sum of RGB (Red+Green+Blue) = 199+101+53=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C76535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76535 is #389ACA. Grayscale: #7D7D7D. Windows color (decimal): -3709643 or 3499463. OLE color: 3499463.
HSL color Cylindrical-coordinate representation of color #C76535: hue angle of 19.73º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C76535 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 53 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.22 |
| HSL | 19.73º | 0.58% | 0.49% | - |
| HSV(B) | 19.73º | 0.73% | 0.78% | - |
| XYZ | 28.85 | 21.71 | 6.04 | - |
| YUV | 124.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 53 | 0 | 0.49 | 0.73 | 0.22 | 19.73 | 0.58 | 0.49 |
| Hex | C7 | 65 | 35 | 0 | 31 | 49 | 16 | 14 | 3A | 31 |
| Octal | 307 | 145 | 65 | 0 | 61 | 111 | 26 | 24 | 72 | 61 |
| Binary | 11000111 | 1100101 | 110101 | 0 | 110001 | 1001001 | 10110 | 10100 | 111010 | 110001 |
Color Harmonies of #C76535
Complementary color
Monochromatic Colors of #C76535
Black with #C76535
Text Example
Text Example
White with #C76535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76535; }
p { color: rgb(199,101,53); }
H1.HeaderClassName
{
color: #C76535;
}
.AnyTagClassName
{
color: #C76535;
}
</style>
background-color css
<style>
a { background-color: #C76535; }
a { background-color: rgb(199,101,53); }
div.DivClassName
{
background-color: #C76535;
}
.BgClassName
{
background-color: #C76535;
}
</style>
border-color css
<style>
span { border-color: #C76535; }
span { border-color: rgb(199,101,53); }
td.TdClassName
{
border-color: #C76535;
}
.TagClassName
{
border-color: #C76535;
}
</style>