Shades of Mandy #C64159
Tints of Mandy #C64159
RGB
CMYK
RGB Variations
Color information
#C64159 (or 0xC64159) is known color: Mandy. HEX triplet: C6, 41 and 59. RGB value is (198,65,89). Sum of RGB (Red+Green+Blue) = 198+65+89=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C64159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64159 is #39BEA6. Grayscale: #6B6B6B. Windows color (decimal): -3784359 or 5849542. OLE color: 5849542.
HSL color Cylindrical-coordinate representation of color #C64159: hue angle of 349.17º 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 #C64159 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 89 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.22 |
| HSL | 349.17º | 0.54% | 0.52% | - |
| HSV(B) | 349.17º | 0.67% | 0.78% | - |
| XYZ | 26.98 | 16.51 | 11.22 | - |
| YUV | 107.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 89 | 0 | 0.67 | 0.55 | 0.22 | 349.17 | 0.54 | 0.52 |
| Hex | C6 | 41 | 59 | 0 | 43 | 37 | 16 | 15D | 36 | 34 |
| Octal | 306 | 101 | 131 | 0 | 103 | 67 | 26 | 535 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1011001 | 0 | 1000011 | 110111 | 10110 | 101011101 | 110110 | 110100 |
Color Harmonies of #C64159
Complementary color
Monochromatic Colors of #C64159
Black with #C64159
Text Example
Text Example
White with #C64159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64159; }
p { color: rgb(198,65,89); }
H1.HeaderClassName
{
color: #C64159;
}
.AnyTagClassName
{
color: #C64159;
}
</style>
background-color css
<style>
a { background-color: #C64159; }
a { background-color: rgb(198,65,89); }
div.DivClassName
{
background-color: #C64159;
}
.BgClassName
{
background-color: #C64159;
}
</style>
border-color css
<style>
span { border-color: #C64159; }
span { border-color: rgb(198,65,89); }
td.TdClassName
{
border-color: #C64159;
}
.TagClassName
{
border-color: #C64159;
}
</style>