Shades of Ecstasy #C55D32
Tints of Ecstasy #C55D32
RGB
CMYK
RGB Variations
Color information
#C55D32 (or 0xC55D32) is known color: Ecstasy. HEX triplet: C5, 5D and 32. RGB value is (197,93,50). Sum of RGB (Red+Green+Blue) = 197+93+50=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D32 is #3AA2CD. Grayscale: #777777. Windows color (decimal): -3842766 or 3300805. OLE color: 3300805.
HSL color Cylindrical-coordinate representation of color #C55D32: hue angle of 17.55º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C55D32 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 50 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.23 |
| HSL | 17.55º | 0.6% | 0.48% | - |
| HSV(B) | 17.55º | 0.75% | 0.77% | - |
| XYZ | 27.52 | 19.93 | 5.41 | - |
| YUV | 119.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 50 | 0 | 0.53 | 0.75 | 0.23 | 17.55 | 0.6 | 0.48 |
| Hex | C5 | 5D | 32 | 0 | 35 | 4B | 17 | 12 | 3C | 30 |
| Octal | 305 | 135 | 62 | 0 | 65 | 113 | 27 | 22 | 74 | 60 |
| Binary | 11000101 | 1011101 | 110010 | 0 | 110101 | 1001011 | 10111 | 10010 | 111100 | 110000 |
Color Harmonies of #C55D32
Complementary color
Monochromatic Colors of #C55D32
Black with #C55D32
Text Example
Text Example
White with #C55D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D32; }
p { color: rgb(197,93,50); }
H1.HeaderClassName
{
color: #C55D32;
}
.AnyTagClassName
{
color: #C55D32;
}
</style>
background-color css
<style>
a { background-color: #C55D32; }
a { background-color: rgb(197,93,50); }
div.DivClassName
{
background-color: #C55D32;
}
.BgClassName
{
background-color: #C55D32;
}
</style>
border-color css
<style>
span { border-color: #C55D32; }
span { border-color: rgb(197,93,50); }
td.TdClassName
{
border-color: #C55D32;
}
.TagClassName
{
border-color: #C55D32;
}
</style>