Shades of Mandy #C64056
Tints of Mandy #C64056
RGB
CMYK
RGB Variations
Color information
#C64056 (or 0xC64056) is known color: Mandy. HEX triplet: C6, 40 and 56. RGB value is (198,64,86). Sum of RGB (Red+Green+Blue) = 198+64+86=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C64056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64056 is #39BFA9. Grayscale: #6A6A6A. Windows color (decimal): -3784618 or 5652678. OLE color: 5652678.
HSL color Cylindrical-coordinate representation of color #C64056: hue angle of 350.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64056 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 86 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.22 |
| HSL | 350.15º | 0.54% | 0.51% | - |
| HSV(B) | 350.15º | 0.68% | 0.78% | - |
| XYZ | 26.8 | 16.34 | 10.55 | - |
| YUV | 106.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 86 | 0 | 0.68 | 0.57 | 0.22 | 350.15 | 0.54 | 0.51 |
| Hex | C6 | 40 | 56 | 0 | 44 | 39 | 16 | 15E | 36 | 33 |
| Octal | 306 | 100 | 126 | 0 | 104 | 71 | 26 | 536 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1010110 | 0 | 1000100 | 111001 | 10110 | 101011110 | 110110 | 110011 |
Color Harmonies of #C64056
Complementary color
Monochromatic Colors of #C64056
Black with #C64056
Text Example
Text Example
White with #C64056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64056; }
p { color: rgb(198,64,86); }
H1.HeaderClassName
{
color: #C64056;
}
.AnyTagClassName
{
color: #C64056;
}
</style>
background-color css
<style>
a { background-color: #C64056; }
a { background-color: rgb(198,64,86); }
div.DivClassName
{
background-color: #C64056;
}
.BgClassName
{
background-color: #C64056;
}
</style>
border-color css
<style>
span { border-color: #C64056; }
span { border-color: rgb(198,64,86); }
td.TdClassName
{
border-color: #C64056;
}
.TagClassName
{
border-color: #C64056;
}
</style>