Shades of Mandy #C64259
Tints of Mandy #C64259
RGB
CMYK
RGB Variations
Color information
#C64259 (or 0xC64259) is known color: Mandy. HEX triplet: C6, 42 and 59. RGB value is (198,66,89). Sum of RGB (Red+Green+Blue) = 198+66+89=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C64259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64259 is #39BDA6. Grayscale: #6C6C6C. Windows color (decimal): -3784103 or 5849798. OLE color: 5849798.
HSL color Cylindrical-coordinate representation of color #C64259: hue angle of 349.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64259 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 89 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.22 |
| HSL | 349.55º | 0.54% | 0.52% | - |
| HSV(B) | 349.55º | 0.67% | 0.78% | - |
| XYZ | 27.04 | 16.62 | 11.23 | - |
| YUV | 108.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 89 | 0 | 0.67 | 0.55 | 0.22 | 349.55 | 0.54 | 0.52 |
| Hex | C6 | 42 | 59 | 0 | 43 | 37 | 16 | 15E | 36 | 34 |
| Octal | 306 | 102 | 131 | 0 | 103 | 67 | 26 | 536 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1011001 | 0 | 1000011 | 110111 | 10110 | 101011110 | 110110 | 110100 |
Color Harmonies of #C64259
Complementary color
Monochromatic Colors of #C64259
Black with #C64259
Text Example
Text Example
White with #C64259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64259; }
p { color: rgb(198,66,89); }
H1.HeaderClassName
{
color: #C64259;
}
.AnyTagClassName
{
color: #C64259;
}
</style>
background-color css
<style>
a { background-color: #C64259; }
a { background-color: rgb(198,66,89); }
div.DivClassName
{
background-color: #C64259;
}
.BgClassName
{
background-color: #C64259;
}
</style>
border-color css
<style>
span { border-color: #C64259; }
span { border-color: rgb(198,66,89); }
td.TdClassName
{
border-color: #C64259;
}
.TagClassName
{
border-color: #C64259;
}
</style>