Shades of Mandy #C75963
Tints of Mandy #C75963
RGB
CMYK
RGB Variations
Color information
#C75963 (or 0xC75963) is known color: Mandy. HEX triplet: C7, 59 and 63. RGB value is (199,89,99). Sum of RGB (Red+Green+Blue) = 199+89+99=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C75963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75963 is #38A69C. Grayscale: #7B7B7B. Windows color (decimal): -3712669 or 6511047. OLE color: 6511047.
HSL color Cylindrical-coordinate representation of color #C75963: hue angle of 354.55º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75963 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 99 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.22 |
| HSL | 354.55º | 0.5% | 0.56% | - |
| HSV(B) | 354.55º | 0.55% | 0.78% | - |
| XYZ | 29.38 | 20.19 | 14.15 | - |
| YUV | 123.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 99 | 0 | 0.55 | 0.50 | 0.22 | 354.55 | 0.5 | 0.56 |
| Hex | C7 | 59 | 63 | 0 | 37 | 32 | 16 | 163 | 32 | 38 |
| Octal | 307 | 131 | 143 | 0 | 67 | 62 | 26 | 543 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1100011 | 0 | 110111 | 110010 | 10110 | 101100011 | 110010 | 111000 |
Color Harmonies of #C75963
Complementary color
Monochromatic Colors of #C75963
Black with #C75963
Text Example
Text Example
White with #C75963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75963; }
p { color: rgb(199,89,99); }
H1.HeaderClassName
{
color: #C75963;
}
.AnyTagClassName
{
color: #C75963;
}
</style>
background-color css
<style>
a { background-color: #C75963; }
a { background-color: rgb(199,89,99); }
div.DivClassName
{
background-color: #C75963;
}
.BgClassName
{
background-color: #C75963;
}
</style>
border-color css
<style>
span { border-color: #C75963; }
span { border-color: rgb(199,89,99); }
td.TdClassName
{
border-color: #C75963;
}
.TagClassName
{
border-color: #C75963;
}
</style>