Shades of Ecstasy #C1593C
Tints of Ecstasy #C1593C
RGB
CMYK
RGB Variations
Color information
#C1593C (or 0xC1593C) is known color: Ecstasy. HEX triplet: C1, 59 and 3C. RGB value is (193,89,60). Sum of RGB (Red+Green+Blue) = 193+89+60=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1593C is #3EA6C3. Grayscale: #757575. Windows color (decimal): -4105924 or 3955137. OLE color: 3955137.
HSL color Cylindrical-coordinate representation of color #C1593C: hue angle of 13.08º 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 #C1593C is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 60 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.24 |
| HSL | 13.08º | 0.53% | 0.5% | - |
| HSV(B) | 13.08º | 0.69% | 0.76% | - |
| XYZ | 26.38 | 18.81 | 6.51 | - |
| YUV | 116.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 60 | 0 | 0.54 | 0.69 | 0.24 | 13.08 | 0.53 | 0.5 |
| Hex | C1 | 59 | 3C | 0 | 36 | 45 | 18 | D | 35 | 32 |
| Octal | 301 | 131 | 74 | 0 | 66 | 105 | 30 | 15 | 65 | 62 |
| Binary | 11000001 | 1011001 | 111100 | 0 | 110110 | 1000101 | 11000 | 1101 | 110101 | 110010 |
Color Harmonies of #C1593C
Complementary color
Monochromatic Colors of #C1593C
Black with #C1593C
Text Example
Text Example
White with #C1593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1593C; }
p { color: rgb(193,89,60); }
H1.HeaderClassName
{
color: #C1593C;
}
.AnyTagClassName
{
color: #C1593C;
}
</style>
background-color css
<style>
a { background-color: #C1593C; }
a { background-color: rgb(193,89,60); }
div.DivClassName
{
background-color: #C1593C;
}
.BgClassName
{
background-color: #C1593C;
}
</style>
border-color css
<style>
span { border-color: #C1593C; }
span { border-color: rgb(193,89,60); }
td.TdClassName
{
border-color: #C1593C;
}
.TagClassName
{
border-color: #C1593C;
}
</style>