Shades of Mandy #C64E5F
Tints of Mandy #C64E5F
RGB
CMYK
RGB Variations
Color information
#C64E5F (or 0xC64E5F) is known color: Mandy. HEX triplet: C6, 4E and 5F. RGB value is (198,78,95). Sum of RGB (Red+Green+Blue) = 198+78+95=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E5F is #39B1A0. Grayscale: #737373. Windows color (decimal): -3781025 or 6246086. OLE color: 6246086.
HSL color Cylindrical-coordinate representation of color #C64E5F: hue angle of 351.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64E5F is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 95 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.22 |
| HSL | 351.5º | 0.51% | 0.54% | - |
| HSV(B) | 351.5º | 0.61% | 0.78% | - |
| XYZ | 28.08 | 18.28 | 12.88 | - |
| YUV | 115.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 95 | 0 | 0.61 | 0.52 | 0.22 | 351.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | 5F | 0 | 3D | 34 | 16 | 160 | 33 | 36 |
| Octal | 306 | 116 | 137 | 0 | 75 | 64 | 26 | 540 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1011111 | 0 | 111101 | 110100 | 10110 | 101100000 | 110011 | 110110 |
Color Harmonies of #C64E5F
Complementary color
Monochromatic Colors of #C64E5F
Black with #C64E5F
Text Example
Text Example
White with #C64E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E5F; }
p { color: rgb(198,78,95); }
H1.HeaderClassName
{
color: #C64E5F;
}
.AnyTagClassName
{
color: #C64E5F;
}
</style>
background-color css
<style>
a { background-color: #C64E5F; }
a { background-color: rgb(198,78,95); }
div.DivClassName
{
background-color: #C64E5F;
}
.BgClassName
{
background-color: #C64E5F;
}
</style>
border-color css
<style>
span { border-color: #C64E5F; }
span { border-color: rgb(198,78,95); }
td.TdClassName
{
border-color: #C64E5F;
}
.TagClassName
{
border-color: #C64E5F;
}
</style>