Shades of Mandy #C75964
Tints of Mandy #C75964
RGB
CMYK
RGB Variations
Color information
#C75964 (or 0xC75964) is known color: Mandy. HEX triplet: C7, 59 and 64. RGB value is (199,89,100). Sum of RGB (Red+Green+Blue) = 199+89+100=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C75964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75964 is #38A69B. Grayscale: #7B7B7B. Windows color (decimal): -3712668 or 6576583. OLE color: 6576583.
HSL color Cylindrical-coordinate representation of color #C75964: hue angle of 354º 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 #C75964 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 100 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.22 |
| HSL | 354º | 0.5% | 0.56% | - |
| HSV(B) | 354º | 0.55% | 0.78% | - |
| XYZ | 29.43 | 20.21 | 14.41 | - |
| YUV | 123.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 100 | 0 | 0.55 | 0.50 | 0.22 | 354 | 0.5 | 0.56 |
| Hex | C7 | 59 | 64 | 0 | 37 | 32 | 16 | 162 | 32 | 38 |
| Octal | 307 | 131 | 144 | 0 | 67 | 62 | 26 | 542 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1100100 | 0 | 110111 | 110010 | 10110 | 101100010 | 110010 | 111000 |
Color Harmonies of #C75964
Complementary color
Monochromatic Colors of #C75964
Black with #C75964
Text Example
Text Example
White with #C75964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75964; }
p { color: rgb(199,89,100); }
H1.HeaderClassName
{
color: #C75964;
}
.AnyTagClassName
{
color: #C75964;
}
</style>
background-color css
<style>
a { background-color: #C75964; }
a { background-color: rgb(199,89,100); }
div.DivClassName
{
background-color: #C75964;
}
.BgClassName
{
background-color: #C75964;
}
</style>
border-color css
<style>
span { border-color: #C75964; }
span { border-color: rgb(199,89,100); }
td.TdClassName
{
border-color: #C75964;
}
.TagClassName
{
border-color: #C75964;
}
</style>