Shades of Mandy #C64D56
Tints of Mandy #C64D56
RGB
CMYK
RGB Variations
Color information
#C64D56 (or 0xC64D56) is known color: Mandy. HEX triplet: C6, 4D and 56. RGB value is (198,77,86). Sum of RGB (Red+Green+Blue) = 198+77+86=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D56 is #39B2A9. Grayscale: #727272. Windows color (decimal): -3781290 or 5656006. OLE color: 5656006.
HSL color Cylindrical-coordinate representation of color #C64D56: hue angle of 355.54º 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 #C64D56 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 86 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.22 |
| HSL | 355.54º | 0.51% | 0.54% | - |
| HSV(B) | 355.54º | 0.61% | 0.78% | - |
| XYZ | 27.62 | 17.99 | 10.82 | - |
| YUV | 114.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 86 | 0 | 0.61 | 0.57 | 0.22 | 355.54 | 0.51 | 0.54 |
| Hex | C6 | 4D | 56 | 0 | 3D | 39 | 16 | 164 | 33 | 36 |
| Octal | 306 | 115 | 126 | 0 | 75 | 71 | 26 | 544 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1010110 | 0 | 111101 | 111001 | 10110 | 101100100 | 110011 | 110110 |
Color Harmonies of #C64D56
Complementary color
Monochromatic Colors of #C64D56
Black with #C64D56
Text Example
Text Example
White with #C64D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D56; }
p { color: rgb(198,77,86); }
H1.HeaderClassName
{
color: #C64D56;
}
.AnyTagClassName
{
color: #C64D56;
}
</style>
background-color css
<style>
a { background-color: #C64D56; }
a { background-color: rgb(198,77,86); }
div.DivClassName
{
background-color: #C64D56;
}
.BgClassName
{
background-color: #C64D56;
}
</style>
border-color css
<style>
span { border-color: #C64D56; }
span { border-color: rgb(198,77,86); }
td.TdClassName
{
border-color: #C64D56;
}
.TagClassName
{
border-color: #C64D56;
}
</style>