Shades of Ecstasy #C55B39
Tints of Ecstasy #C55B39
RGB
CMYK
RGB Variations
Color information
#C55B39 (or 0xC55B39) is known color: Ecstasy. HEX triplet: C5, 5B and 39. RGB value is (197,91,57). Sum of RGB (Red+Green+Blue) = 197+91+57=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B39 is #3AA4C6. Grayscale: #777777. Windows color (decimal): -3843271 or 3759045. OLE color: 3759045.
HSL color Cylindrical-coordinate representation of color #C55B39: hue angle of 14.57º 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 #C55B39 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 57 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.23 |
| HSL | 14.57º | 0.55% | 0.5% | - |
| HSV(B) | 14.57º | 0.71% | 0.77% | - |
| XYZ | 27.51 | 19.65 | 6.21 | - |
| YUV | 118.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 57 | 0 | 0.54 | 0.71 | 0.23 | 14.57 | 0.55 | 0.5 |
| Hex | C5 | 5B | 39 | 0 | 36 | 47 | 17 | F | 37 | 32 |
| Octal | 305 | 133 | 71 | 0 | 66 | 107 | 27 | 17 | 67 | 62 |
| Binary | 11000101 | 1011011 | 111001 | 0 | 110110 | 1000111 | 10111 | 1111 | 110111 | 110010 |
Color Harmonies of #C55B39
Complementary color
Monochromatic Colors of #C55B39
Black with #C55B39
Text Example
Text Example
White with #C55B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B39; }
p { color: rgb(197,91,57); }
H1.HeaderClassName
{
color: #C55B39;
}
.AnyTagClassName
{
color: #C55B39;
}
</style>
background-color css
<style>
a { background-color: #C55B39; }
a { background-color: rgb(197,91,57); }
div.DivClassName
{
background-color: #C55B39;
}
.BgClassName
{
background-color: #C55B39;
}
</style>
border-color css
<style>
span { border-color: #C55B39; }
span { border-color: rgb(197,91,57); }
td.TdClassName
{
border-color: #C55B39;
}
.TagClassName
{
border-color: #C55B39;
}
</style>