Shades of Ecstasy #C16641
Tints of Ecstasy #C16641
RGB
CMYK
RGB Variations
Color information
#C16641 (or 0xC16641) is known color: Ecstasy. HEX triplet: C1, 66 and 41. RGB value is (193,102,65). Sum of RGB (Red+Green+Blue) = 193+102+65=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C16641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16641 is #3E99BE. Grayscale: #7D7D7D. Windows color (decimal): -4102591 or 4286145. OLE color: 4286145.
HSL color Cylindrical-coordinate representation of color #C16641: hue angle of 17.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C16641 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 65 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.24 |
| HSL | 17.34º | 0.51% | 0.51% | - |
| HSV(B) | 17.34º | 0.66% | 0.76% | - |
| XYZ | 27.7 | 21.22 | 7.64 | - |
| YUV | 124.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 65 | 0 | 0.47 | 0.66 | 0.24 | 17.34 | 0.51 | 0.51 |
| Hex | C1 | 66 | 41 | 0 | 2F | 42 | 18 | 11 | 33 | 33 |
| Octal | 301 | 146 | 101 | 0 | 57 | 102 | 30 | 21 | 63 | 63 |
| Binary | 11000001 | 1100110 | 1000001 | 0 | 101111 | 1000010 | 11000 | 10001 | 110011 | 110011 |
Color Harmonies of #C16641
Complementary color
Monochromatic Colors of #C16641
Black with #C16641
Text Example
Text Example
White with #C16641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16641; }
p { color: rgb(193,102,65); }
H1.HeaderClassName
{
color: #C16641;
}
.AnyTagClassName
{
color: #C16641;
}
</style>
background-color css
<style>
a { background-color: #C16641; }
a { background-color: rgb(193,102,65); }
div.DivClassName
{
background-color: #C16641;
}
.BgClassName
{
background-color: #C16641;
}
</style>
border-color css
<style>
span { border-color: #C16641; }
span { border-color: rgb(193,102,65); }
td.TdClassName
{
border-color: #C16641;
}
.TagClassName
{
border-color: #C16641;
}
</style>