Shades of Mandy #C55E64
Tints of Mandy #C55E64
RGB
CMYK
RGB Variations
Color information
#C55E64 (or 0xC55E64) is known color: Mandy. HEX triplet: C5, 5E and 64. RGB value is (197,94,100). Sum of RGB (Red+Green+Blue) = 197+94+100=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E64 is #3AA19B. Grayscale: #7D7D7D. Windows color (decimal): -3842460 or 6577861. OLE color: 6577861.
HSL color Cylindrical-coordinate representation of color #C55E64: hue angle of 356.5º 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 #C55E64 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 100 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.23 |
| HSL | 356.5º | 0.47% | 0.57% | - |
| HSV(B) | 356.5º | 0.52% | 0.77% | - |
| XYZ | 29.33 | 20.8 | 14.52 | - |
| YUV | 125.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 100 | 0 | 0.52 | 0.49 | 0.23 | 356.5 | 0.47 | 0.57 |
| Hex | C5 | 5E | 64 | 0 | 34 | 31 | 17 | 165 | 2F | 39 |
| Octal | 305 | 136 | 144 | 0 | 64 | 61 | 27 | 545 | 57 | 71 |
| Binary | 11000101 | 1011110 | 1100100 | 0 | 110100 | 110001 | 10111 | 101100101 | 101111 | 111001 |
Color Harmonies of #C55E64
Complementary color
Monochromatic Colors of #C55E64
Black with #C55E64
Text Example
Text Example
White with #C55E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E64; }
p { color: rgb(197,94,100); }
H1.HeaderClassName
{
color: #C55E64;
}
.AnyTagClassName
{
color: #C55E64;
}
</style>
background-color css
<style>
a { background-color: #C55E64; }
a { background-color: rgb(197,94,100); }
div.DivClassName
{
background-color: #C55E64;
}
.BgClassName
{
background-color: #C55E64;
}
</style>
border-color css
<style>
span { border-color: #C55E64; }
span { border-color: rgb(197,94,100); }
td.TdClassName
{
border-color: #C55E64;
}
.TagClassName
{
border-color: #C55E64;
}
</style>