Shades of Ecstasy #C66033
Tints of Ecstasy #C66033
RGB
CMYK
RGB Variations
Color information
#C66033 (or 0xC66033) is known color: Ecstasy. HEX triplet: C6, 60 and 33. RGB value is (198,96,51). Sum of RGB (Red+Green+Blue) = 198+96+51=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C66033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66033 is #399FCC. Grayscale: #797979. Windows color (decimal): -3776461 or 3367110. OLE color: 3367110.
HSL color Cylindrical-coordinate representation of color #C66033: hue angle of 18.37º 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 #C66033 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 51 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.22 |
| HSL | 18.37º | 0.59% | 0.49% | - |
| HSV(B) | 18.37º | 0.74% | 0.78% | - |
| XYZ | 28.07 | 20.61 | 5.63 | - |
| YUV | 121.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 51 | 0 | 0.52 | 0.74 | 0.22 | 18.37 | 0.59 | 0.49 |
| Hex | C6 | 60 | 33 | 0 | 34 | 4A | 16 | 12 | 3B | 31 |
| Octal | 306 | 140 | 63 | 0 | 64 | 112 | 26 | 22 | 73 | 61 |
| Binary | 11000110 | 1100000 | 110011 | 0 | 110100 | 1001010 | 10110 | 10010 | 111011 | 110001 |
Color Harmonies of #C66033
Complementary color
Monochromatic Colors of #C66033
Black with #C66033
Text Example
Text Example
White with #C66033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66033; }
p { color: rgb(198,96,51); }
H1.HeaderClassName
{
color: #C66033;
}
.AnyTagClassName
{
color: #C66033;
}
</style>
background-color css
<style>
a { background-color: #C66033; }
a { background-color: rgb(198,96,51); }
div.DivClassName
{
background-color: #C66033;
}
.BgClassName
{
background-color: #C66033;
}
</style>
border-color css
<style>
span { border-color: #C66033; }
span { border-color: rgb(198,96,51); }
td.TdClassName
{
border-color: #C66033;
}
.TagClassName
{
border-color: #C66033;
}
</style>