Shades of Mandy #C55155
Tints of Mandy #C55155
RGB
CMYK
RGB Variations
Color information
#C55155 (or 0xC55155) is known color: Mandy. HEX triplet: C5, 51 and 55. RGB value is (197,81,85). Sum of RGB (Red+Green+Blue) = 197+81+85=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C55155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55155 is #3AAEAA. Grayscale: #747474. Windows color (decimal): -3845803 or 5591493. OLE color: 5591493.
HSL color Cylindrical-coordinate representation of color #C55155: hue angle of 357.93º 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 #C55155 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 85 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.23 |
| HSL | 357.93º | 0.5% | 0.55% | - |
| HSV(B) | 357.93º | 0.59% | 0.77% | - |
| XYZ | 27.61 | 18.41 | 10.69 | - |
| YUV | 116.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 85 | 0 | 0.59 | 0.57 | 0.23 | 357.93 | 0.5 | 0.55 |
| Hex | C5 | 51 | 55 | 0 | 3B | 39 | 17 | 166 | 32 | 37 |
| Octal | 305 | 121 | 125 | 0 | 73 | 71 | 27 | 546 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1010101 | 0 | 111011 | 111001 | 10111 | 101100110 | 110010 | 110111 |
Color Harmonies of #C55155
Complementary color
Monochromatic Colors of #C55155
Black with #C55155
Text Example
Text Example
White with #C55155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55155; }
p { color: rgb(197,81,85); }
H1.HeaderClassName
{
color: #C55155;
}
.AnyTagClassName
{
color: #C55155;
}
</style>
background-color css
<style>
a { background-color: #C55155; }
a { background-color: rgb(197,81,85); }
div.DivClassName
{
background-color: #C55155;
}
.BgClassName
{
background-color: #C55155;
}
</style>
border-color css
<style>
span { border-color: #C55155; }
span { border-color: rgb(197,81,85); }
td.TdClassName
{
border-color: #C55155;
}
.TagClassName
{
border-color: #C55155;
}
</style>