Shades of Ecstasy #C66231
Tints of Ecstasy #C66231
RGB
CMYK
RGB Variations
Color information
#C66231 (or 0xC66231) is known color: Ecstasy. HEX triplet: C6, 62 and 31. RGB value is (198,98,49). Sum of RGB (Red+Green+Blue) = 198+98+49=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C66231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66231 is #399DCE. Grayscale: #7A7A7A. Windows color (decimal): -3775951 or 3236550. OLE color: 3236550.
HSL color Cylindrical-coordinate representation of color #C66231: hue angle of 19.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C66231 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 49 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.22 |
| HSL | 19.73º | 0.6% | 0.48% | - |
| HSV(B) | 19.73º | 0.75% | 0.78% | - |
| XYZ | 28.21 | 20.96 | 5.47 | - |
| YUV | 122.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 49 | 0 | 0.51 | 0.75 | 0.22 | 19.73 | 0.6 | 0.48 |
| Hex | C6 | 62 | 31 | 0 | 33 | 4B | 16 | 14 | 3C | 30 |
| Octal | 306 | 142 | 61 | 0 | 63 | 113 | 26 | 24 | 74 | 60 |
| Binary | 11000110 | 1100010 | 110001 | 0 | 110011 | 1001011 | 10110 | 10100 | 111100 | 110000 |
Color Harmonies of #C66231
Complementary color
Monochromatic Colors of #C66231
Black with #C66231
Text Example
Text Example
White with #C66231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66231; }
p { color: rgb(198,98,49); }
H1.HeaderClassName
{
color: #C66231;
}
.AnyTagClassName
{
color: #C66231;
}
</style>
background-color css
<style>
a { background-color: #C66231; }
a { background-color: rgb(198,98,49); }
div.DivClassName
{
background-color: #C66231;
}
.BgClassName
{
background-color: #C66231;
}
</style>
border-color css
<style>
span { border-color: #C66231; }
span { border-color: rgb(198,98,49); }
td.TdClassName
{
border-color: #C66231;
}
.TagClassName
{
border-color: #C66231;
}
</style>