Shades of Mandy #C64559
Tints of Mandy #C64559
RGB
CMYK
RGB Variations
Color information
#C64559 (or 0xC64559) is known color: Mandy. HEX triplet: C6, 45 and 59. RGB value is (198,69,89). Sum of RGB (Red+Green+Blue) = 198+69+89=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C64559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64559 is #39BAA6. Grayscale: #6D6D6D. Windows color (decimal): -3783335 or 5850566. OLE color: 5850566.
HSL color Cylindrical-coordinate representation of color #C64559: hue angle of 350.7º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64559 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 89 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.22 |
| HSL | 350.7º | 0.53% | 0.52% | - |
| HSV(B) | 350.7º | 0.65% | 0.78% | - |
| XYZ | 27.22 | 16.98 | 11.29 | - |
| YUV | 109.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 89 | 0 | 0.65 | 0.55 | 0.22 | 350.7 | 0.53 | 0.52 |
| Hex | C6 | 45 | 59 | 0 | 41 | 37 | 16 | 15F | 35 | 34 |
| Octal | 306 | 105 | 131 | 0 | 101 | 67 | 26 | 537 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1011001 | 0 | 1000001 | 110111 | 10110 | 101011111 | 110101 | 110100 |
Color Harmonies of #C64559
Complementary color
Monochromatic Colors of #C64559
Black with #C64559
Text Example
Text Example
White with #C64559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64559; }
p { color: rgb(198,69,89); }
H1.HeaderClassName
{
color: #C64559;
}
.AnyTagClassName
{
color: #C64559;
}
</style>
background-color css
<style>
a { background-color: #C64559; }
a { background-color: rgb(198,69,89); }
div.DivClassName
{
background-color: #C64559;
}
.BgClassName
{
background-color: #C64559;
}
</style>
border-color css
<style>
span { border-color: #C64559; }
span { border-color: rgb(198,69,89); }
td.TdClassName
{
border-color: #C64559;
}
.TagClassName
{
border-color: #C64559;
}
</style>