Shades of Mandy #C55156
Tints of Mandy #C55156
RGB
CMYK
RGB Variations
Color information
#C55156 (or 0xC55156) is known color: Mandy. HEX triplet: C5, 51 and 56. RGB value is (197,81,86). Sum of RGB (Red+Green+Blue) = 197+81+86=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C55156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55156 is #3AAEA9. Grayscale: #747474. Windows color (decimal): -3845802 or 5657029. OLE color: 5657029.
HSL color Cylindrical-coordinate representation of color #C55156: hue angle of 357.41º 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 #C55156 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 86 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.23 |
| HSL | 357.41º | 0.5% | 0.55% | - |
| HSV(B) | 357.41º | 0.59% | 0.77% | - |
| XYZ | 27.65 | 18.43 | 10.9 | - |
| YUV | 116.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 86 | 0 | 0.59 | 0.56 | 0.23 | 357.41 | 0.5 | 0.55 |
| Hex | C5 | 51 | 56 | 0 | 3B | 38 | 17 | 165 | 32 | 37 |
| Octal | 305 | 121 | 126 | 0 | 73 | 70 | 27 | 545 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1010110 | 0 | 111011 | 111000 | 10111 | 101100101 | 110010 | 110111 |
Color Harmonies of #C55156
Complementary color
Monochromatic Colors of #C55156
Black with #C55156
Text Example
Text Example
White with #C55156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55156; }
p { color: rgb(197,81,86); }
H1.HeaderClassName
{
color: #C55156;
}
.AnyTagClassName
{
color: #C55156;
}
</style>
background-color css
<style>
a { background-color: #C55156; }
a { background-color: rgb(197,81,86); }
div.DivClassName
{
background-color: #C55156;
}
.BgClassName
{
background-color: #C55156;
}
</style>
border-color css
<style>
span { border-color: #C55156; }
span { border-color: rgb(197,81,86); }
td.TdClassName
{
border-color: #C55156;
}
.TagClassName
{
border-color: #C55156;
}
</style>