Shades of Ecstasy #C66840
Tints of Ecstasy #C66840
RGB
CMYK
RGB Variations
Color information
#C66840 (or 0xC66840) is known color: Ecstasy. HEX triplet: C6, 68 and 40. RGB value is (198,104,64). Sum of RGB (Red+Green+Blue) = 198+104+64=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C66840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66840 is #3997BF. Grayscale: #7F7F7F. Windows color (decimal): -3774400 or 4221126. OLE color: 4221126.
HSL color Cylindrical-coordinate representation of color #C66840: hue angle of 17.91º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C66840 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 64 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.22 |
| HSL | 17.91º | 0.54% | 0.51% | - |
| HSV(B) | 17.91º | 0.68% | 0.78% | - |
| XYZ | 29.16 | 22.28 | 7.61 | - |
| YUV | 127.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 64 | 0 | 0.47 | 0.68 | 0.22 | 17.91 | 0.54 | 0.51 |
| Hex | C6 | 68 | 40 | 0 | 2F | 44 | 16 | 12 | 36 | 33 |
| Octal | 306 | 150 | 100 | 0 | 57 | 104 | 26 | 22 | 66 | 63 |
| Binary | 11000110 | 1101000 | 1000000 | 0 | 101111 | 1000100 | 10110 | 10010 | 110110 | 110011 |
Color Harmonies of #C66840
Complementary color
Monochromatic Colors of #C66840
Black with #C66840
Text Example
Text Example
White with #C66840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66840; }
p { color: rgb(198,104,64); }
H1.HeaderClassName
{
color: #C66840;
}
.AnyTagClassName
{
color: #C66840;
}
</style>
background-color css
<style>
a { background-color: #C66840; }
a { background-color: rgb(198,104,64); }
div.DivClassName
{
background-color: #C66840;
}
.BgClassName
{
background-color: #C66840;
}
</style>
border-color css
<style>
span { border-color: #C66840; }
span { border-color: rgb(198,104,64); }
td.TdClassName
{
border-color: #C66840;
}
.TagClassName
{
border-color: #C66840;
}
</style>