Shades of Mandy #C64059
Tints of Mandy #C64059
RGB
CMYK
RGB Variations
Color information
#C64059 (or 0xC64059) is known color: Mandy. HEX triplet: C6, 40 and 59. RGB value is (198,64,89). Sum of RGB (Red+Green+Blue) = 198+64+89=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C64059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64059 is #39BFA6. Grayscale: #6A6A6A. Windows color (decimal): -3784615 or 5849286. OLE color: 5849286.
HSL color Cylindrical-coordinate representation of color #C64059: hue angle of 348.81º 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 #C64059 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 89 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.22 |
| HSL | 348.81º | 0.54% | 0.51% | - |
| HSV(B) | 348.81º | 0.68% | 0.78% | - |
| XYZ | 26.93 | 16.39 | 11.2 | - |
| YUV | 106.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 89 | 0 | 0.68 | 0.55 | 0.22 | 348.81 | 0.54 | 0.51 |
| Hex | C6 | 40 | 59 | 0 | 44 | 37 | 16 | 15D | 36 | 33 |
| Octal | 306 | 100 | 131 | 0 | 104 | 67 | 26 | 535 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1011001 | 0 | 1000100 | 110111 | 10110 | 101011101 | 110110 | 110011 |
Color Harmonies of #C64059
Complementary color
Monochromatic Colors of #C64059
Black with #C64059
Text Example
Text Example
White with #C64059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64059; }
p { color: rgb(198,64,89); }
H1.HeaderClassName
{
color: #C64059;
}
.AnyTagClassName
{
color: #C64059;
}
</style>
background-color css
<style>
a { background-color: #C64059; }
a { background-color: rgb(198,64,89); }
div.DivClassName
{
background-color: #C64059;
}
.BgClassName
{
background-color: #C64059;
}
</style>
border-color css
<style>
span { border-color: #C64059; }
span { border-color: rgb(198,64,89); }
td.TdClassName
{
border-color: #C64059;
}
.TagClassName
{
border-color: #C64059;
}
</style>