Shades of Mandy #C55663
Tints of Mandy #C55663
RGB
CMYK
RGB Variations
Color information
#C55663 (or 0xC55663) is known color: Mandy. HEX triplet: C5, 56 and 63. RGB value is (197,86,99). Sum of RGB (Red+Green+Blue) = 197+86+99=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C55663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55663 is #3AA99C. Grayscale: #787878. Windows color (decimal): -3844509 or 6510277. OLE color: 6510277.
HSL color Cylindrical-coordinate representation of color #C55663: hue angle of 352.97º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55663 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 99 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.23 |
| HSL | 352.97º | 0.49% | 0.55% | - |
| HSV(B) | 352.97º | 0.56% | 0.77% | - |
| XYZ | 28.61 | 19.43 | 14.05 | - |
| YUV | 120.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 99 | 0 | 0.56 | 0.50 | 0.23 | 352.97 | 0.49 | 0.55 |
| Hex | C5 | 56 | 63 | 0 | 38 | 32 | 17 | 161 | 31 | 37 |
| Octal | 305 | 126 | 143 | 0 | 70 | 62 | 27 | 541 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1100011 | 0 | 111000 | 110010 | 10111 | 101100001 | 110001 | 110111 |
Color Harmonies of #C55663
Complementary color
Monochromatic Colors of #C55663
Black with #C55663
Text Example
Text Example
White with #C55663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55663; }
p { color: rgb(197,86,99); }
H1.HeaderClassName
{
color: #C55663;
}
.AnyTagClassName
{
color: #C55663;
}
</style>
background-color css
<style>
a { background-color: #C55663; }
a { background-color: rgb(197,86,99); }
div.DivClassName
{
background-color: #C55663;
}
.BgClassName
{
background-color: #C55663;
}
</style>
border-color css
<style>
span { border-color: #C55663; }
span { border-color: rgb(197,86,99); }
td.TdClassName
{
border-color: #C55663;
}
.TagClassName
{
border-color: #C55663;
}
</style>