Shades of Mandy #C64E56
Tints of Mandy #C64E56
RGB
CMYK
RGB Variations
Color information
#C64E56 (or 0xC64E56) is known color: Mandy. HEX triplet: C6, 4E and 56. RGB value is (198,78,86). Sum of RGB (Red+Green+Blue) = 198+78+86=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E56 is #39B1A9. Grayscale: #727272. Windows color (decimal): -3781034 or 5656262. OLE color: 5656262.
HSL color Cylindrical-coordinate representation of color #C64E56: hue angle of 356º 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 #C64E56 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 86 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.22 |
| HSL | 356º | 0.51% | 0.54% | - |
| HSV(B) | 356º | 0.61% | 0.78% | - |
| XYZ | 27.69 | 18.13 | 10.84 | - |
| YUV | 114.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 86 | 0 | 0.61 | 0.57 | 0.22 | 356 | 0.51 | 0.54 |
| Hex | C6 | 4E | 56 | 0 | 3D | 39 | 16 | 164 | 33 | 36 |
| Octal | 306 | 116 | 126 | 0 | 75 | 71 | 26 | 544 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1010110 | 0 | 111101 | 111001 | 10110 | 101100100 | 110011 | 110110 |
Color Harmonies of #C64E56
Complementary color
Monochromatic Colors of #C64E56
Black with #C64E56
Text Example
Text Example
White with #C64E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E56; }
p { color: rgb(198,78,86); }
H1.HeaderClassName
{
color: #C64E56;
}
.AnyTagClassName
{
color: #C64E56;
}
</style>
background-color css
<style>
a { background-color: #C64E56; }
a { background-color: rgb(198,78,86); }
div.DivClassName
{
background-color: #C64E56;
}
.BgClassName
{
background-color: #C64E56;
}
</style>
border-color css
<style>
span { border-color: #C64E56; }
span { border-color: rgb(198,78,86); }
td.TdClassName
{
border-color: #C64E56;
}
.TagClassName
{
border-color: #C64E56;
}
</style>