Shades of Ecstasy #C15E3C
Tints of Ecstasy #C15E3C
RGB
CMYK
RGB Variations
Color information
#C15E3C (or 0xC15E3C) is known color: Ecstasy. HEX triplet: C1, 5E and 3C. RGB value is (193,94,60). Sum of RGB (Red+Green+Blue) = 193+94+60=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15E3C is #3EA1C3. Grayscale: #777777. Windows color (decimal): -4104644 or 3956417. OLE color: 3956417.
HSL color Cylindrical-coordinate representation of color #C15E3C: hue angle of 15.34º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C15E3C is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 60 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.24 |
| HSL | 15.34º | 0.53% | 0.5% | - |
| HSV(B) | 15.34º | 0.69% | 0.76% | - |
| XYZ | 26.81 | 19.67 | 6.66 | - |
| YUV | 119.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 60 | 0 | 0.51 | 0.69 | 0.24 | 15.34 | 0.53 | 0.5 |
| Hex | C1 | 5E | 3C | 0 | 33 | 45 | 18 | F | 35 | 32 |
| Octal | 301 | 136 | 74 | 0 | 63 | 105 | 30 | 17 | 65 | 62 |
| Binary | 11000001 | 1011110 | 111100 | 0 | 110011 | 1000101 | 11000 | 1111 | 110101 | 110010 |
Color Harmonies of #C15E3C
Complementary color
Monochromatic Colors of #C15E3C
Black with #C15E3C
Text Example
Text Example
White with #C15E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E3C; }
p { color: rgb(193,94,60); }
H1.HeaderClassName
{
color: #C15E3C;
}
.AnyTagClassName
{
color: #C15E3C;
}
</style>
background-color css
<style>
a { background-color: #C15E3C; }
a { background-color: rgb(193,94,60); }
div.DivClassName
{
background-color: #C15E3C;
}
.BgClassName
{
background-color: #C15E3C;
}
</style>
border-color css
<style>
span { border-color: #C15E3C; }
span { border-color: rgb(193,94,60); }
td.TdClassName
{
border-color: #C15E3C;
}
.TagClassName
{
border-color: #C15E3C;
}
</style>