Shades of Mandy #C64959
Tints of Mandy #C64959
RGB
CMYK
RGB Variations
Color information
#C64959 (or 0xC64959) is known color: Mandy. HEX triplet: C6, 49 and 59. RGB value is (198,73,89). Sum of RGB (Red+Green+Blue) = 198+73+89=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C64959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64959 is #39B6A6. Grayscale: #707070. Windows color (decimal): -3782311 or 5851590. OLE color: 5851590.
HSL color Cylindrical-coordinate representation of color #C64959: hue angle of 352.32º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64959 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 89 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.22 |
| HSL | 352.32º | 0.52% | 0.53% | - |
| HSV(B) | 352.32º | 0.63% | 0.78% | - |
| XYZ | 27.47 | 17.49 | 11.38 | - |
| YUV | 112.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 89 | 0 | 0.63 | 0.55 | 0.22 | 352.32 | 0.52 | 0.53 |
| Hex | C6 | 49 | 59 | 0 | 3F | 37 | 16 | 160 | 34 | 35 |
| Octal | 306 | 111 | 131 | 0 | 77 | 67 | 26 | 540 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1011001 | 0 | 111111 | 110111 | 10110 | 101100000 | 110100 | 110101 |
Color Harmonies of #C64959
Complementary color
Monochromatic Colors of #C64959
Black with #C64959
Text Example
Text Example
White with #C64959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64959; }
p { color: rgb(198,73,89); }
H1.HeaderClassName
{
color: #C64959;
}
.AnyTagClassName
{
color: #C64959;
}
</style>
background-color css
<style>
a { background-color: #C64959; }
a { background-color: rgb(198,73,89); }
div.DivClassName
{
background-color: #C64959;
}
.BgClassName
{
background-color: #C64959;
}
</style>
border-color css
<style>
span { border-color: #C64959; }
span { border-color: rgb(198,73,89); }
td.TdClassName
{
border-color: #C64959;
}
.TagClassName
{
border-color: #C64959;
}
</style>