Shades of Ecstasy #C76534
Tints of Ecstasy #C76534
RGB
CMYK
RGB Variations
Color information
#C76534 (or 0xC76534) is known color: Ecstasy. HEX triplet: C7, 65 and 34. RGB value is (199,101,52). Sum of RGB (Red+Green+Blue) = 199+101+52=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C76534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76534 is #389ACB. Grayscale: #7D7D7D. Windows color (decimal): -3709644 or 3433927. OLE color: 3433927.
HSL color Cylindrical-coordinate representation of color #C76534: hue angle of 20º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C76534 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 52 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.22 |
| HSL | 20º | 0.59% | 0.49% | - |
| HSV(B) | 20º | 0.74% | 0.78% | - |
| XYZ | 28.83 | 21.7 | 5.92 | - |
| YUV | 124.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 52 | 0 | 0.49 | 0.74 | 0.22 | 20 | 0.59 | 0.49 |
| Hex | C7 | 65 | 34 | 0 | 31 | 4A | 16 | 14 | 3B | 31 |
| Octal | 307 | 145 | 64 | 0 | 61 | 112 | 26 | 24 | 73 | 61 |
| Binary | 11000111 | 1100101 | 110100 | 0 | 110001 | 1001010 | 10110 | 10100 | 111011 | 110001 |
Color Harmonies of #C76534
Complementary color
Monochromatic Colors of #C76534
Black with #C76534
Text Example
Text Example
White with #C76534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76534; }
p { color: rgb(199,101,52); }
H1.HeaderClassName
{
color: #C76534;
}
.AnyTagClassName
{
color: #C76534;
}
</style>
background-color css
<style>
a { background-color: #C76534; }
a { background-color: rgb(199,101,52); }
div.DivClassName
{
background-color: #C76534;
}
.BgClassName
{
background-color: #C76534;
}
</style>
border-color css
<style>
span { border-color: #C76534; }
span { border-color: rgb(199,101,52); }
td.TdClassName
{
border-color: #C76534;
}
.TagClassName
{
border-color: #C76534;
}
</style>