Shades of Mandy #C75965
Tints of Mandy #C75965
RGB
CMYK
RGB Variations
Color information
#C75965 (or 0xC75965) is known color: Mandy. HEX triplet: C7, 59 and 65. RGB value is (199,89,101). Sum of RGB (Red+Green+Blue) = 199+89+101=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C75965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75965 is #38A69A. Grayscale: #7B7B7B. Windows color (decimal): -3712667 or 6642119. OLE color: 6642119.
HSL color Cylindrical-coordinate representation of color #C75965: hue angle of 353.45º 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 #C75965 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 101 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.22 |
| HSL | 353.45º | 0.5% | 0.56% | - |
| HSV(B) | 353.45º | 0.55% | 0.78% | - |
| XYZ | 29.47 | 20.23 | 14.66 | - |
| YUV | 123.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 101 | 0 | 0.55 | 0.49 | 0.22 | 353.45 | 0.5 | 0.56 |
| Hex | C7 | 59 | 65 | 0 | 37 | 31 | 16 | 161 | 32 | 38 |
| Octal | 307 | 131 | 145 | 0 | 67 | 61 | 26 | 541 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1100101 | 0 | 110111 | 110001 | 10110 | 101100001 | 110010 | 111000 |
Color Harmonies of #C75965
Complementary color
Monochromatic Colors of #C75965
Black with #C75965
Text Example
Text Example
White with #C75965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75965; }
p { color: rgb(199,89,101); }
H1.HeaderClassName
{
color: #C75965;
}
.AnyTagClassName
{
color: #C75965;
}
</style>
background-color css
<style>
a { background-color: #C75965; }
a { background-color: rgb(199,89,101); }
div.DivClassName
{
background-color: #C75965;
}
.BgClassName
{
background-color: #C75965;
}
</style>
border-color css
<style>
span { border-color: #C75965; }
span { border-color: rgb(199,89,101); }
td.TdClassName
{
border-color: #C75965;
}
.TagClassName
{
border-color: #C75965;
}
</style>