Shades of Ecstasy #C66035
Tints of Ecstasy #C66035
RGB
CMYK
RGB Variations
Color information
#C66035 (or 0xC66035) is known color: Ecstasy. HEX triplet: C6, 60 and 35. RGB value is (198,96,53). Sum of RGB (Red+Green+Blue) = 198+96+53=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C66035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66035 is #399FCA. Grayscale: #797979. Windows color (decimal): -3776459 or 3498182. OLE color: 3498182.
HSL color Cylindrical-coordinate representation of color #C66035: hue angle of 17.79º 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 #C66035 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 53 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.22 |
| HSL | 17.79º | 0.58% | 0.49% | - |
| HSV(B) | 17.79º | 0.73% | 0.78% | - |
| XYZ | 28.11 | 20.63 | 5.87 | - |
| YUV | 121.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 53 | 0 | 0.52 | 0.73 | 0.22 | 17.79 | 0.58 | 0.49 |
| Hex | C6 | 60 | 35 | 0 | 34 | 49 | 16 | 12 | 3A | 31 |
| Octal | 306 | 140 | 65 | 0 | 64 | 111 | 26 | 22 | 72 | 61 |
| Binary | 11000110 | 1100000 | 110101 | 0 | 110100 | 1001001 | 10110 | 10010 | 111010 | 110001 |
Color Harmonies of #C66035
Complementary color
Monochromatic Colors of #C66035
Black with #C66035
Text Example
Text Example
White with #C66035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66035; }
p { color: rgb(198,96,53); }
H1.HeaderClassName
{
color: #C66035;
}
.AnyTagClassName
{
color: #C66035;
}
</style>
background-color css
<style>
a { background-color: #C66035; }
a { background-color: rgb(198,96,53); }
div.DivClassName
{
background-color: #C66035;
}
.BgClassName
{
background-color: #C66035;
}
</style>
border-color css
<style>
span { border-color: #C66035; }
span { border-color: rgb(198,96,53); }
td.TdClassName
{
border-color: #C66035;
}
.TagClassName
{
border-color: #C66035;
}
</style>