Shades of Ecstasy #C16640
Tints of Ecstasy #C16640
RGB
CMYK
RGB Variations
Color information
#C16640 (or 0xC16640) is known color: Ecstasy. HEX triplet: C1, 66 and 40. RGB value is (193,102,64). Sum of RGB (Red+Green+Blue) = 193+102+64=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C16640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16640 is #3E99BF. Grayscale: #7D7D7D. Windows color (decimal): -4102592 or 4220609. OLE color: 4220609.
HSL color Cylindrical-coordinate representation of color #C16640: hue angle of 17.67º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C16640 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 64 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.24 |
| HSL | 17.67º | 0.51% | 0.5% | - |
| HSV(B) | 17.67º | 0.67% | 0.76% | - |
| XYZ | 27.67 | 21.21 | 7.49 | - |
| YUV | 124.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 64 | 0 | 0.47 | 0.67 | 0.24 | 17.67 | 0.51 | 0.5 |
| Hex | C1 | 66 | 40 | 0 | 2F | 43 | 18 | 12 | 33 | 32 |
| Octal | 301 | 146 | 100 | 0 | 57 | 103 | 30 | 22 | 63 | 62 |
| Binary | 11000001 | 1100110 | 1000000 | 0 | 101111 | 1000011 | 11000 | 10010 | 110011 | 110010 |
Color Harmonies of #C16640
Complementary color
Monochromatic Colors of #C16640
Black with #C16640
Text Example
Text Example
White with #C16640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16640; }
p { color: rgb(193,102,64); }
H1.HeaderClassName
{
color: #C16640;
}
.AnyTagClassName
{
color: #C16640;
}
</style>
background-color css
<style>
a { background-color: #C16640; }
a { background-color: rgb(193,102,64); }
div.DivClassName
{
background-color: #C16640;
}
.BgClassName
{
background-color: #C16640;
}
</style>
border-color css
<style>
span { border-color: #C16640; }
span { border-color: rgb(193,102,64); }
td.TdClassName
{
border-color: #C16640;
}
.TagClassName
{
border-color: #C16640;
}
</style>