Shades of Ecstasy #C66232
Tints of Ecstasy #C66232
RGB
CMYK
RGB Variations
Color information
#C66232 (or 0xC66232) is known color: Ecstasy. HEX triplet: C6, 62 and 32. RGB value is (198,98,50). Sum of RGB (Red+Green+Blue) = 198+98+50=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C66232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66232 is #399DCD. Grayscale: #7A7A7A. Windows color (decimal): -3775950 or 3302086. OLE color: 3302086.
HSL color Cylindrical-coordinate representation of color #C66232: hue angle of 19.46º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C66232 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 50 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.22 |
| HSL | 19.46º | 0.6% | 0.49% | - |
| HSV(B) | 19.46º | 0.75% | 0.78% | - |
| XYZ | 28.23 | 20.97 | 5.58 | - |
| YUV | 122.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 50 | 0 | 0.51 | 0.75 | 0.22 | 19.46 | 0.6 | 0.49 |
| Hex | C6 | 62 | 32 | 0 | 33 | 4B | 16 | 13 | 3C | 31 |
| Octal | 306 | 142 | 62 | 0 | 63 | 113 | 26 | 23 | 74 | 61 |
| Binary | 11000110 | 1100010 | 110010 | 0 | 110011 | 1001011 | 10110 | 10011 | 111100 | 110001 |
Color Harmonies of #C66232
Complementary color
Monochromatic Colors of #C66232
Black with #C66232
Text Example
Text Example
White with #C66232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66232; }
p { color: rgb(198,98,50); }
H1.HeaderClassName
{
color: #C66232;
}
.AnyTagClassName
{
color: #C66232;
}
</style>
background-color css
<style>
a { background-color: #C66232; }
a { background-color: rgb(198,98,50); }
div.DivClassName
{
background-color: #C66232;
}
.BgClassName
{
background-color: #C66232;
}
</style>
border-color css
<style>
span { border-color: #C66232; }
span { border-color: rgb(198,98,50); }
td.TdClassName
{
border-color: #C66232;
}
.TagClassName
{
border-color: #C66232;
}
</style>