Shades of Ecstasy #C55F41
Tints of Ecstasy #C55F41
RGB
CMYK
RGB Variations
Color information
#C55F41 (or 0xC55F41) is known color: Ecstasy. HEX triplet: C5, 5F and 41. RGB value is (197,95,65). Sum of RGB (Red+Green+Blue) = 197+95+65=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F41 is #3AA0BE. Grayscale: #7A7A7A. Windows color (decimal): -3842239 or 4284357. OLE color: 4284357.
HSL color Cylindrical-coordinate representation of color #C55F41: hue angle of 13.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C55F41 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 65 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.23 |
| HSL | 13.64º | 0.53% | 0.51% | - |
| HSV(B) | 13.64º | 0.67% | 0.77% | - |
| XYZ | 28.07 | 20.44 | 7.47 | - |
| YUV | 122.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 65 | 0 | 0.52 | 0.67 | 0.23 | 13.64 | 0.53 | 0.51 |
| Hex | C5 | 5F | 41 | 0 | 34 | 43 | 17 | E | 35 | 33 |
| Octal | 305 | 137 | 101 | 0 | 64 | 103 | 27 | 16 | 65 | 63 |
| Binary | 11000101 | 1011111 | 1000001 | 0 | 110100 | 1000011 | 10111 | 1110 | 110101 | 110011 |
Color Harmonies of #C55F41
Complementary color
Monochromatic Colors of #C55F41
Black with #C55F41
Text Example
Text Example
White with #C55F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F41; }
p { color: rgb(197,95,65); }
H1.HeaderClassName
{
color: #C55F41;
}
.AnyTagClassName
{
color: #C55F41;
}
</style>
background-color css
<style>
a { background-color: #C55F41; }
a { background-color: rgb(197,95,65); }
div.DivClassName
{
background-color: #C55F41;
}
.BgClassName
{
background-color: #C55F41;
}
</style>
border-color css
<style>
span { border-color: #C55F41; }
span { border-color: rgb(197,95,65); }
td.TdClassName
{
border-color: #C55F41;
}
.TagClassName
{
border-color: #C55F41;
}
</style>