Shades of Ecstasy #C55F40
Tints of Ecstasy #C55F40
RGB
CMYK
RGB Variations
Color information
#C55F40 (or 0xC55F40) is known color: Ecstasy. HEX triplet: C5, 5F and 40. RGB value is (197,95,64). Sum of RGB (Red+Green+Blue) = 197+95+64=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F40 is #3AA0BF. Grayscale: #7A7A7A. Windows color (decimal): -3842240 or 4218821. OLE color: 4218821.
HSL color Cylindrical-coordinate representation of color #C55F40: hue angle of 13.98º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C55F40 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 64 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.23 |
| HSL | 13.98º | 0.53% | 0.51% | - |
| HSV(B) | 13.98º | 0.68% | 0.77% | - |
| XYZ | 28.04 | 20.42 | 7.31 | - |
| YUV | 121.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 64 | 0 | 0.52 | 0.68 | 0.23 | 13.98 | 0.53 | 0.51 |
| Hex | C5 | 5F | 40 | 0 | 34 | 44 | 17 | E | 35 | 33 |
| Octal | 305 | 137 | 100 | 0 | 64 | 104 | 27 | 16 | 65 | 63 |
| Binary | 11000101 | 1011111 | 1000000 | 0 | 110100 | 1000100 | 10111 | 1110 | 110101 | 110011 |
Color Harmonies of #C55F40
Complementary color
Monochromatic Colors of #C55F40
Black with #C55F40
Text Example
Text Example
White with #C55F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F40; }
p { color: rgb(197,95,64); }
H1.HeaderClassName
{
color: #C55F40;
}
.AnyTagClassName
{
color: #C55F40;
}
</style>
background-color css
<style>
a { background-color: #C55F40; }
a { background-color: rgb(197,95,64); }
div.DivClassName
{
background-color: #C55F40;
}
.BgClassName
{
background-color: #C55F40;
}
</style>
border-color css
<style>
span { border-color: #C55F40; }
span { border-color: rgb(197,95,64); }
td.TdClassName
{
border-color: #C55F40;
}
.TagClassName
{
border-color: #C55F40;
}
</style>