Shades of Ecstasy #C55F37
Tints of Ecstasy #C55F37
RGB
CMYK
RGB Variations
Color information
#C55F37 (or 0xC55F37) is known color: Ecstasy. HEX triplet: C5, 5F and 37. RGB value is (197,95,55). Sum of RGB (Red+Green+Blue) = 197+95+55=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F37 is #3AA0C8. Grayscale: #797979. Windows color (decimal): -3842249 or 3628997. OLE color: 3628997.
HSL color Cylindrical-coordinate representation of color #C55F37: hue angle of 16.9º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C55F37 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 55 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.23 |
| HSL | 16.9º | 0.56% | 0.49% | - |
| HSV(B) | 16.9º | 0.72% | 0.77% | - |
| XYZ | 27.81 | 20.33 | 6.07 | - |
| YUV | 120.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 55 | 0 | 0.52 | 0.72 | 0.23 | 16.9 | 0.56 | 0.49 |
| Hex | C5 | 5F | 37 | 0 | 34 | 48 | 17 | 11 | 38 | 31 |
| Octal | 305 | 137 | 67 | 0 | 64 | 110 | 27 | 21 | 70 | 61 |
| Binary | 11000101 | 1011111 | 110111 | 0 | 110100 | 1001000 | 10111 | 10001 | 111000 | 110001 |
Color Harmonies of #C55F37
Complementary color
Monochromatic Colors of #C55F37
Black with #C55F37
Text Example
Text Example
White with #C55F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F37; }
p { color: rgb(197,95,55); }
H1.HeaderClassName
{
color: #C55F37;
}
.AnyTagClassName
{
color: #C55F37;
}
</style>
background-color css
<style>
a { background-color: #C55F37; }
a { background-color: rgb(197,95,55); }
div.DivClassName
{
background-color: #C55F37;
}
.BgClassName
{
background-color: #C55F37;
}
</style>
border-color css
<style>
span { border-color: #C55F37; }
span { border-color: rgb(197,95,55); }
td.TdClassName
{
border-color: #C55F37;
}
.TagClassName
{
border-color: #C55F37;
}
</style>