Shades of Ecstasy #C76533
Tints of Ecstasy #C76533
RGB
CMYK
RGB Variations
Color information
#C76533 (or 0xC76533) is known color: Ecstasy. HEX triplet: C7, 65 and 33. RGB value is (199,101,51). Sum of RGB (Red+Green+Blue) = 199+101+51=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C76533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76533 is #389ACC. Grayscale: #7C7C7C. Windows color (decimal): -3709645 or 3368391. OLE color: 3368391.
HSL color Cylindrical-coordinate representation of color #C76533: hue angle of 20.27º 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 #C76533 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 51 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.22 |
| HSL | 20.27º | 0.59% | 0.49% | - |
| HSV(B) | 20.27º | 0.74% | 0.78% | - |
| XYZ | 28.8 | 21.69 | 5.8 | - |
| YUV | 124.6 | 86.47 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 51 | 0 | 0.49 | 0.74 | 0.22 | 20.27 | 0.59 | 0.49 |
| Hex | C7 | 65 | 33 | 0 | 31 | 4A | 16 | 14 | 3B | 31 |
| Octal | 307 | 145 | 63 | 0 | 61 | 112 | 26 | 24 | 73 | 61 |
| Binary | 11000111 | 1100101 | 110011 | 0 | 110001 | 1001010 | 10110 | 10100 | 111011 | 110001 |
Color Harmonies of #C76533
Complementary color
Monochromatic Colors of #C76533
Black with #C76533
Text Example
Text Example
White with #C76533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76533; }
p { color: rgb(199,101,51); }
H1.HeaderClassName
{
color: #C76533;
}
.AnyTagClassName
{
color: #C76533;
}
</style>
background-color css
<style>
a { background-color: #C76533; }
a { background-color: rgb(199,101,51); }
div.DivClassName
{
background-color: #C76533;
}
.BgClassName
{
background-color: #C76533;
}
</style>
border-color css
<style>
span { border-color: #C76533; }
span { border-color: rgb(199,101,51); }
td.TdClassName
{
border-color: #C76533;
}
.TagClassName
{
border-color: #C76533;
}
</style>