Shades of Mandy #C75663
Tints of Mandy #C75663
RGB
CMYK
RGB Variations
Color information
#C75663 (or 0xC75663) is known color: Mandy. HEX triplet: C7, 56 and 63. RGB value is (199,86,99). Sum of RGB (Red+Green+Blue) = 199+86+99=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C75663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75663 is #38A99C. Grayscale: #797979. Windows color (decimal): -3713437 or 6510279. OLE color: 6510279.
HSL color Cylindrical-coordinate representation of color #C75663: hue angle of 353.1º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75663 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 99 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.22 |
| HSL | 353.1º | 0.5% | 0.56% | - |
| HSV(B) | 353.1º | 0.57% | 0.78% | - |
| XYZ | 29.13 | 19.7 | 14.07 | - |
| YUV | 121.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 99 | 0 | 0.57 | 0.50 | 0.22 | 353.1 | 0.5 | 0.56 |
| Hex | C7 | 56 | 63 | 0 | 39 | 32 | 16 | 161 | 32 | 38 |
| Octal | 307 | 126 | 143 | 0 | 71 | 62 | 26 | 541 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1100011 | 0 | 111001 | 110010 | 10110 | 101100001 | 110010 | 111000 |
Color Harmonies of #C75663
Complementary color
Monochromatic Colors of #C75663
Black with #C75663
Text Example
Text Example
White with #C75663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75663; }
p { color: rgb(199,86,99); }
H1.HeaderClassName
{
color: #C75663;
}
.AnyTagClassName
{
color: #C75663;
}
</style>
background-color css
<style>
a { background-color: #C75663; }
a { background-color: rgb(199,86,99); }
div.DivClassName
{
background-color: #C75663;
}
.BgClassName
{
background-color: #C75663;
}
</style>
border-color css
<style>
span { border-color: #C75663; }
span { border-color: rgb(199,86,99); }
td.TdClassName
{
border-color: #C75663;
}
.TagClassName
{
border-color: #C75663;
}
</style>