Shades of Ecstasy #C55A3C
Tints of Ecstasy #C55A3C
RGB
CMYK
RGB Variations
Color information
#C55A3C (or 0xC55A3C) is known color: Ecstasy. HEX triplet: C5, 5A and 3C. RGB value is (197,90,60). Sum of RGB (Red+Green+Blue) = 197+90+60=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A3C is #3AA5C3. Grayscale: #767676. Windows color (decimal): -3843524 or 3955397. OLE color: 3955397.
HSL color Cylindrical-coordinate representation of color #C55A3C: hue angle of 13.14º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C55A3C is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 60 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.23 |
| HSL | 13.14º | 0.54% | 0.5% | - |
| HSV(B) | 13.14º | 0.7% | 0.77% | - |
| XYZ | 27.5 | 19.51 | 6.59 | - |
| YUV | 118.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 60 | 0 | 0.54 | 0.70 | 0.23 | 13.14 | 0.54 | 0.5 |
| Hex | C5 | 5A | 3C | 0 | 36 | 46 | 17 | D | 36 | 32 |
| Octal | 305 | 132 | 74 | 0 | 66 | 106 | 27 | 15 | 66 | 62 |
| Binary | 11000101 | 1011010 | 111100 | 0 | 110110 | 1000110 | 10111 | 1101 | 110110 | 110010 |
Color Harmonies of #C55A3C
Complementary color
Monochromatic Colors of #C55A3C
Black with #C55A3C
Text Example
Text Example
White with #C55A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A3C; }
p { color: rgb(197,90,60); }
H1.HeaderClassName
{
color: #C55A3C;
}
.AnyTagClassName
{
color: #C55A3C;
}
</style>
background-color css
<style>
a { background-color: #C55A3C; }
a { background-color: rgb(197,90,60); }
div.DivClassName
{
background-color: #C55A3C;
}
.BgClassName
{
background-color: #C55A3C;
}
</style>
border-color css
<style>
span { border-color: #C55A3C; }
span { border-color: rgb(197,90,60); }
td.TdClassName
{
border-color: #C55A3C;
}
.TagClassName
{
border-color: #C55A3C;
}
</style>