Shades of Ecstasy #C55F32
Tints of Ecstasy #C55F32
RGB
CMYK
RGB Variations
Color information
#C55F32 (or 0xC55F32) is known color: Ecstasy. HEX triplet: C5, 5F and 32. RGB value is (197,95,50). Sum of RGB (Red+Green+Blue) = 197+95+50=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F32 is #3AA0CD. Grayscale: #787878. Windows color (decimal): -3842254 or 3301317. OLE color: 3301317.
HSL color Cylindrical-coordinate representation of color #C55F32: hue angle of 18.37º 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 #C55F32 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 50 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.23 |
| HSL | 18.37º | 0.6% | 0.48% | - |
| HSV(B) | 18.37º | 0.75% | 0.77% | - |
| XYZ | 27.69 | 20.29 | 5.47 | - |
| YUV | 120.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 50 | 0 | 0.52 | 0.75 | 0.23 | 18.37 | 0.6 | 0.48 |
| Hex | C5 | 5F | 32 | 0 | 34 | 4B | 17 | 12 | 3C | 30 |
| Octal | 305 | 137 | 62 | 0 | 64 | 113 | 27 | 22 | 74 | 60 |
| Binary | 11000101 | 1011111 | 110010 | 0 | 110100 | 1001011 | 10111 | 10010 | 111100 | 110000 |
Color Harmonies of #C55F32
Complementary color
Monochromatic Colors of #C55F32
Black with #C55F32
Text Example
Text Example
White with #C55F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F32; }
p { color: rgb(197,95,50); }
H1.HeaderClassName
{
color: #C55F32;
}
.AnyTagClassName
{
color: #C55F32;
}
</style>
background-color css
<style>
a { background-color: #C55F32; }
a { background-color: rgb(197,95,50); }
div.DivClassName
{
background-color: #C55F32;
}
.BgClassName
{
background-color: #C55F32;
}
</style>
border-color css
<style>
span { border-color: #C55F32; }
span { border-color: rgb(197,95,50); }
td.TdClassName
{
border-color: #C55F32;
}
.TagClassName
{
border-color: #C55F32;
}
</style>