Shades of Mandy #C64759
Tints of Mandy #C64759
RGB
CMYK
RGB Variations
Color information
#C64759 (or 0xC64759) is known color: Mandy. HEX triplet: C6, 47 and 59. RGB value is (198,71,89). Sum of RGB (Red+Green+Blue) = 198+71+89=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C64759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64759 is #39B8A6. Grayscale: #6F6F6F. Windows color (decimal): -3782823 or 5851078. OLE color: 5851078.
HSL color Cylindrical-coordinate representation of color #C64759: hue angle of 351.5º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64759 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 89 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.22 |
| HSL | 351.5º | 0.53% | 0.53% | - |
| HSV(B) | 351.5º | 0.64% | 0.78% | - |
| XYZ | 27.35 | 17.23 | 11.34 | - |
| YUV | 111.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 89 | 0 | 0.64 | 0.55 | 0.22 | 351.5 | 0.53 | 0.53 |
| Hex | C6 | 47 | 59 | 0 | 40 | 37 | 16 | 15F | 35 | 35 |
| Octal | 306 | 107 | 131 | 0 | 100 | 67 | 26 | 537 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1011001 | 0 | 1000000 | 110111 | 10110 | 101011111 | 110101 | 110101 |
Color Harmonies of #C64759
Complementary color
Monochromatic Colors of #C64759
Black with #C64759
Text Example
Text Example
White with #C64759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64759; }
p { color: rgb(198,71,89); }
H1.HeaderClassName
{
color: #C64759;
}
.AnyTagClassName
{
color: #C64759;
}
</style>
background-color css
<style>
a { background-color: #C64759; }
a { background-color: rgb(198,71,89); }
div.DivClassName
{
background-color: #C64759;
}
.BgClassName
{
background-color: #C64759;
}
</style>
border-color css
<style>
span { border-color: #C64759; }
span { border-color: rgb(198,71,89); }
td.TdClassName
{
border-color: #C64759;
}
.TagClassName
{
border-color: #C64759;
}
</style>