Shades of Ecstasy #C65E40
Tints of Ecstasy #C65E40
RGB
CMYK
RGB Variations
Color information
#C65E40 (or 0xC65E40) is known color: Ecstasy. HEX triplet: C6, 5E and 40. RGB value is (198,94,64). Sum of RGB (Red+Green+Blue) = 198+94+64=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65E40 is #39A1BF. Grayscale: #797979. Windows color (decimal): -3776960 or 4218566. OLE color: 4218566.
HSL color Cylindrical-coordinate representation of color #C65E40: hue angle of 13.43º 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 #C65E40 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 64 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.22 |
| HSL | 13.43º | 0.54% | 0.51% | - |
| HSV(B) | 13.43º | 0.68% | 0.78% | - |
| XYZ | 28.22 | 20.38 | 7.3 | - |
| YUV | 121.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 64 | 0 | 0.53 | 0.68 | 0.22 | 13.43 | 0.54 | 0.51 |
| Hex | C6 | 5E | 40 | 0 | 35 | 44 | 16 | D | 36 | 33 |
| Octal | 306 | 136 | 100 | 0 | 65 | 104 | 26 | 15 | 66 | 63 |
| Binary | 11000110 | 1011110 | 1000000 | 0 | 110101 | 1000100 | 10110 | 1101 | 110110 | 110011 |
Color Harmonies of #C65E40
Complementary color
Monochromatic Colors of #C65E40
Black with #C65E40
Text Example
Text Example
White with #C65E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E40; }
p { color: rgb(198,94,64); }
H1.HeaderClassName
{
color: #C65E40;
}
.AnyTagClassName
{
color: #C65E40;
}
</style>
background-color css
<style>
a { background-color: #C65E40; }
a { background-color: rgb(198,94,64); }
div.DivClassName
{
background-color: #C65E40;
}
.BgClassName
{
background-color: #C65E40;
}
</style>
border-color css
<style>
span { border-color: #C65E40; }
span { border-color: rgb(198,94,64); }
td.TdClassName
{
border-color: #C65E40;
}
.TagClassName
{
border-color: #C65E40;
}
</style>