Shades of Ecstasy #C76541
Tints of Ecstasy #C76541
RGB
CMYK
RGB Variations
Color information
#C76541 (or 0xC76541) is known color: Ecstasy. HEX triplet: C7, 65 and 41. RGB value is (199,101,65). Sum of RGB (Red+Green+Blue) = 199+101+65=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C76541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76541 is #389ABE. Grayscale: #7E7E7E. Windows color (decimal): -3709631 or 4285895. OLE color: 4285895.
HSL color Cylindrical-coordinate representation of color #C76541: hue angle of 16.12º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C76541 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 65 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.22 |
| HSL | 16.12º | 0.54% | 0.52% | - |
| HSV(B) | 16.12º | 0.67% | 0.78% | - |
| XYZ | 29.16 | 21.83 | 7.68 | - |
| YUV | 126.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 65 | 0 | 0.49 | 0.67 | 0.22 | 16.12 | 0.54 | 0.52 |
| Hex | C7 | 65 | 41 | 0 | 31 | 43 | 16 | 10 | 36 | 34 |
| Octal | 307 | 145 | 101 | 0 | 61 | 103 | 26 | 20 | 66 | 64 |
| Binary | 11000111 | 1100101 | 1000001 | 0 | 110001 | 1000011 | 10110 | 10000 | 110110 | 110100 |
Color Harmonies of #C76541
Complementary color
Monochromatic Colors of #C76541
Black with #C76541
Text Example
Text Example
White with #C76541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76541; }
p { color: rgb(199,101,65); }
H1.HeaderClassName
{
color: #C76541;
}
.AnyTagClassName
{
color: #C76541;
}
</style>
background-color css
<style>
a { background-color: #C76541; }
a { background-color: rgb(199,101,65); }
div.DivClassName
{
background-color: #C76541;
}
.BgClassName
{
background-color: #C76541;
}
</style>
border-color css
<style>
span { border-color: #C76541; }
span { border-color: rgb(199,101,65); }
td.TdClassName
{
border-color: #C76541;
}
.TagClassName
{
border-color: #C76541;
}
</style>