Shades of Ecstasy #C66136
Tints of Ecstasy #C66136
RGB
CMYK
RGB Variations
Color information
#C66136 (or 0xC66136) is known color: Ecstasy. HEX triplet: C6, 61 and 36. RGB value is (198,97,54). Sum of RGB (Red+Green+Blue) = 198+97+54=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C66136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66136 is #399EC9. Grayscale: #7A7A7A. Windows color (decimal): -3776202 or 3563974. OLE color: 3563974.
HSL color Cylindrical-coordinate representation of color #C66136: hue angle of 17.92º degrees, saturation: 0.57, 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 #C66136 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 54 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.22 |
| HSL | 17.92º | 0.57% | 0.49% | - |
| HSV(B) | 17.92º | 0.73% | 0.78% | - |
| XYZ | 28.23 | 20.82 | 6.02 | - |
| YUV | 122.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 54 | 0 | 0.51 | 0.73 | 0.22 | 17.92 | 0.57 | 0.49 |
| Hex | C6 | 61 | 36 | 0 | 33 | 49 | 16 | 12 | 39 | 31 |
| Octal | 306 | 141 | 66 | 0 | 63 | 111 | 26 | 22 | 71 | 61 |
| Binary | 11000110 | 1100001 | 110110 | 0 | 110011 | 1001001 | 10110 | 10010 | 111001 | 110001 |
Color Harmonies of #C66136
Complementary color
Monochromatic Colors of #C66136
Black with #C66136
Text Example
Text Example
White with #C66136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66136; }
p { color: rgb(198,97,54); }
H1.HeaderClassName
{
color: #C66136;
}
.AnyTagClassName
{
color: #C66136;
}
</style>
background-color css
<style>
a { background-color: #C66136; }
a { background-color: rgb(198,97,54); }
div.DivClassName
{
background-color: #C66136;
}
.BgClassName
{
background-color: #C66136;
}
</style>
border-color css
<style>
span { border-color: #C66136; }
span { border-color: rgb(198,97,54); }
td.TdClassName
{
border-color: #C66136;
}
.TagClassName
{
border-color: #C66136;
}
</style>