Shades of Mandy #C55162
Tints of Mandy #C55162
RGB
CMYK
RGB Variations
Color information
#C55162 (or 0xC55162) is known color: Mandy. HEX triplet: C5, 51 and 62. RGB value is (197,81,98). Sum of RGB (Red+Green+Blue) = 197+81+98=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C55162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55162 is #3AAE9D. Grayscale: #757575. Windows color (decimal): -3845790 or 6443461. OLE color: 6443461.
HSL color Cylindrical-coordinate representation of color #C55162: hue angle of 351.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55162 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 98 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.23 |
| HSL | 351.21º | 0.5% | 0.55% | - |
| HSV(B) | 351.21º | 0.59% | 0.77% | - |
| XYZ | 28.17 | 18.64 | 13.67 | - |
| YUV | 117.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 98 | 0 | 0.59 | 0.50 | 0.23 | 351.21 | 0.5 | 0.55 |
| Hex | C5 | 51 | 62 | 0 | 3B | 32 | 17 | 15F | 32 | 37 |
| Octal | 305 | 121 | 142 | 0 | 73 | 62 | 27 | 537 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1100010 | 0 | 111011 | 110010 | 10111 | 101011111 | 110010 | 110111 |
Color Harmonies of #C55162
Complementary color
Monochromatic Colors of #C55162
Black with #C55162
Text Example
Text Example
White with #C55162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55162; }
p { color: rgb(197,81,98); }
H1.HeaderClassName
{
color: #C55162;
}
.AnyTagClassName
{
color: #C55162;
}
</style>
background-color css
<style>
a { background-color: #C55162; }
a { background-color: rgb(197,81,98); }
div.DivClassName
{
background-color: #C55162;
}
.BgClassName
{
background-color: #C55162;
}
</style>
border-color css
<style>
span { border-color: #C55162; }
span { border-color: rgb(197,81,98); }
td.TdClassName
{
border-color: #C55162;
}
.TagClassName
{
border-color: #C55162;
}
</style>