Shades of Ecstasy #C55A3A
Tints of Ecstasy #C55A3A
RGB
CMYK
RGB Variations
Color information
#C55A3A (or 0xC55A3A) is known color: Ecstasy. HEX triplet: C5, 5A and 3A. RGB value is (197,90,58). Sum of RGB (Red+Green+Blue) = 197+90+58=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A3A is #3AA5C5. Grayscale: #767676. Windows color (decimal): -3843526 or 3824325. OLE color: 3824325.
HSL color Cylindrical-coordinate representation of color #C55A3A: hue angle of 13.81º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C55A3A is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 58 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.23 |
| HSL | 13.81º | 0.55% | 0.5% | - |
| HSV(B) | 13.81º | 0.71% | 0.77% | - |
| XYZ | 27.45 | 19.49 | 6.32 | - |
| YUV | 118.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 58 | 0 | 0.54 | 0.71 | 0.23 | 13.81 | 0.55 | 0.5 |
| Hex | C5 | 5A | 3A | 0 | 36 | 47 | 17 | E | 37 | 32 |
| Octal | 305 | 132 | 72 | 0 | 66 | 107 | 27 | 16 | 67 | 62 |
| Binary | 11000101 | 1011010 | 111010 | 0 | 110110 | 1000111 | 10111 | 1110 | 110111 | 110010 |
Color Harmonies of #C55A3A
Complementary color
Monochromatic Colors of #C55A3A
Black with #C55A3A
Text Example
Text Example
White with #C55A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A3A; }
p { color: rgb(197,90,58); }
H1.HeaderClassName
{
color: #C55A3A;
}
.AnyTagClassName
{
color: #C55A3A;
}
</style>
background-color css
<style>
a { background-color: #C55A3A; }
a { background-color: rgb(197,90,58); }
div.DivClassName
{
background-color: #C55A3A;
}
.BgClassName
{
background-color: #C55A3A;
}
</style>
border-color css
<style>
span { border-color: #C55A3A; }
span { border-color: rgb(197,90,58); }
td.TdClassName
{
border-color: #C55A3A;
}
.TagClassName
{
border-color: #C55A3A;
}
</style>