Shades of Ecstasy #C55B3A
Tints of Ecstasy #C55B3A
RGB
CMYK
RGB Variations
Color information
#C55B3A (or 0xC55B3A) is known color: Ecstasy. HEX triplet: C5, 5B and 3A. RGB value is (197,91,58). Sum of RGB (Red+Green+Blue) = 197+91+58=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B3A is #3AA4C5. Grayscale: #777777. Windows color (decimal): -3843270 or 3824581. OLE color: 3824581.
HSL color Cylindrical-coordinate representation of color #C55B3A: hue angle of 14.24º 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 #C55B3A is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 58 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.23 |
| HSL | 14.24º | 0.55% | 0.5% | - |
| HSV(B) | 14.24º | 0.71% | 0.77% | - |
| XYZ | 27.53 | 19.66 | 6.35 | - |
| YUV | 118.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 58 | 0 | 0.54 | 0.71 | 0.23 | 14.24 | 0.55 | 0.5 |
| Hex | C5 | 5B | 3A | 0 | 36 | 47 | 17 | E | 37 | 32 |
| Octal | 305 | 133 | 72 | 0 | 66 | 107 | 27 | 16 | 67 | 62 |
| Binary | 11000101 | 1011011 | 111010 | 0 | 110110 | 1000111 | 10111 | 1110 | 110111 | 110010 |
Color Harmonies of #C55B3A
Complementary color
Monochromatic Colors of #C55B3A
Black with #C55B3A
Text Example
Text Example
White with #C55B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B3A; }
p { color: rgb(197,91,58); }
H1.HeaderClassName
{
color: #C55B3A;
}
.AnyTagClassName
{
color: #C55B3A;
}
</style>
background-color css
<style>
a { background-color: #C55B3A; }
a { background-color: rgb(197,91,58); }
div.DivClassName
{
background-color: #C55B3A;
}
.BgClassName
{
background-color: #C55B3A;
}
</style>
border-color css
<style>
span { border-color: #C55B3A; }
span { border-color: rgb(197,91,58); }
td.TdClassName
{
border-color: #C55B3A;
}
.TagClassName
{
border-color: #C55B3A;
}
</style>