Shades of Mandy #C75863
Tints of Mandy #C75863
RGB
CMYK
RGB Variations
Color information
#C75863 (or 0xC75863) is known color: Mandy. HEX triplet: C7, 58 and 63. RGB value is (199,88,99). Sum of RGB (Red+Green+Blue) = 199+88+99=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C75863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75863 is #38A79C. Grayscale: #7A7A7A. Windows color (decimal): -3712925 or 6510791. OLE color: 6510791.
HSL color Cylindrical-coordinate representation of color #C75863: hue angle of 354.05º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75863 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 99 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.22 |
| HSL | 354.05º | 0.5% | 0.56% | - |
| HSV(B) | 354.05º | 0.56% | 0.78% | - |
| XYZ | 29.3 | 20.02 | 14.13 | - |
| YUV | 122.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 99 | 0 | 0.56 | 0.50 | 0.22 | 354.05 | 0.5 | 0.56 |
| Hex | C7 | 58 | 63 | 0 | 38 | 32 | 16 | 162 | 32 | 38 |
| Octal | 307 | 130 | 143 | 0 | 70 | 62 | 26 | 542 | 62 | 70 |
| Binary | 11000111 | 1011000 | 1100011 | 0 | 111000 | 110010 | 10110 | 101100010 | 110010 | 111000 |
Color Harmonies of #C75863
Complementary color
Monochromatic Colors of #C75863
Black with #C75863
Text Example
Text Example
White with #C75863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75863; }
p { color: rgb(199,88,99); }
H1.HeaderClassName
{
color: #C75863;
}
.AnyTagClassName
{
color: #C75863;
}
</style>
background-color css
<style>
a { background-color: #C75863; }
a { background-color: rgb(199,88,99); }
div.DivClassName
{
background-color: #C75863;
}
.BgClassName
{
background-color: #C75863;
}
</style>
border-color css
<style>
span { border-color: #C75863; }
span { border-color: rgb(199,88,99); }
td.TdClassName
{
border-color: #C75863;
}
.TagClassName
{
border-color: #C75863;
}
</style>