Shades of Mandy #C55E5F
Tints of Mandy #C55E5F
RGB
CMYK
RGB Variations
Color information
#C55E5F (or 0xC55E5F) is known color: Mandy. HEX triplet: C5, 5E and 5F. RGB value is (197,94,95). Sum of RGB (Red+Green+Blue) = 197+94+95=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E5F is #3AA1A0. Grayscale: #7D7D7D. Windows color (decimal): -3842465 or 6250181. OLE color: 6250181.
HSL color Cylindrical-coordinate representation of color #C55E5F: hue angle of 359.42º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55E5F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 95 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.23 |
| HSL | 359.42º | 0.47% | 0.57% | - |
| HSV(B) | 359.42º | 0.52% | 0.77% | - |
| XYZ | 29.09 | 20.7 | 13.29 | - |
| YUV | 124.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 95 | 0 | 0.52 | 0.52 | 0.23 | 359.42 | 0.47 | 0.57 |
| Hex | C5 | 5E | 5F | 0 | 34 | 34 | 17 | 167 | 2F | 39 |
| Octal | 305 | 136 | 137 | 0 | 64 | 64 | 27 | 547 | 57 | 71 |
| Binary | 11000101 | 1011110 | 1011111 | 0 | 110100 | 110100 | 10111 | 101100111 | 101111 | 111001 |
Color Harmonies of #C55E5F
Complementary color
Monochromatic Colors of #C55E5F
Black with #C55E5F
Text Example
Text Example
White with #C55E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E5F; }
p { color: rgb(197,94,95); }
H1.HeaderClassName
{
color: #C55E5F;
}
.AnyTagClassName
{
color: #C55E5F;
}
</style>
background-color css
<style>
a { background-color: #C55E5F; }
a { background-color: rgb(197,94,95); }
div.DivClassName
{
background-color: #C55E5F;
}
.BgClassName
{
background-color: #C55E5F;
}
</style>
border-color css
<style>
span { border-color: #C55E5F; }
span { border-color: rgb(197,94,95); }
td.TdClassName
{
border-color: #C55E5F;
}
.TagClassName
{
border-color: #C55E5F;
}
</style>