Shades of Mandy #C55562
Tints of Mandy #C55562
RGB
CMYK
RGB Variations
Color information
#C55562 (or 0xC55562) is known color: Mandy. HEX triplet: C5, 55 and 62. RGB value is (197,85,98). Sum of RGB (Red+Green+Blue) = 197+85+98=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C55562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55562 is #3AAA9D. Grayscale: #787878. Windows color (decimal): -3844766 or 6444485. OLE color: 6444485.
HSL color Cylindrical-coordinate representation of color #C55562: hue angle of 353.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55562 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 98 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.23 |
| HSL | 353.04º | 0.49% | 0.55% | - |
| HSV(B) | 353.04º | 0.57% | 0.77% | - |
| XYZ | 28.48 | 19.25 | 13.77 | - |
| YUV | 119.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 98 | 0 | 0.57 | 0.50 | 0.23 | 353.04 | 0.49 | 0.55 |
| Hex | C5 | 55 | 62 | 0 | 39 | 32 | 17 | 161 | 31 | 37 |
| Octal | 305 | 125 | 142 | 0 | 71 | 62 | 27 | 541 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1100010 | 0 | 111001 | 110010 | 10111 | 101100001 | 110001 | 110111 |
Color Harmonies of #C55562
Complementary color
Monochromatic Colors of #C55562
Black with #C55562
Text Example
Text Example
White with #C55562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55562; }
p { color: rgb(197,85,98); }
H1.HeaderClassName
{
color: #C55562;
}
.AnyTagClassName
{
color: #C55562;
}
</style>
background-color css
<style>
a { background-color: #C55562; }
a { background-color: rgb(197,85,98); }
div.DivClassName
{
background-color: #C55562;
}
.BgClassName
{
background-color: #C55562;
}
</style>
border-color css
<style>
span { border-color: #C55562; }
span { border-color: rgb(197,85,98); }
td.TdClassName
{
border-color: #C55562;
}
.TagClassName
{
border-color: #C55562;
}
</style>