Shades of Mandy #C64658
Tints of Mandy #C64658
RGB
CMYK
RGB Variations
Color information
#C64658 (or 0xC64658) is known color: Mandy. HEX triplet: C6, 46 and 58. RGB value is (198,70,88). Sum of RGB (Red+Green+Blue) = 198+70+88=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C64658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64658 is #39B9A7. Grayscale: #6E6E6E. Windows color (decimal): -3783080 or 5785286. OLE color: 5785286.
HSL color Cylindrical-coordinate representation of color #C64658: hue angle of 351.56º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64658 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 88 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.22 |
| HSL | 351.56º | 0.53% | 0.53% | - |
| HSV(B) | 351.56º | 0.65% | 0.78% | - |
| XYZ | 27.24 | 17.09 | 11.1 | - |
| YUV | 110.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 88 | 0 | 0.65 | 0.56 | 0.22 | 351.56 | 0.53 | 0.53 |
| Hex | C6 | 46 | 58 | 0 | 41 | 38 | 16 | 160 | 35 | 35 |
| Octal | 306 | 106 | 130 | 0 | 101 | 70 | 26 | 540 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1011000 | 0 | 1000001 | 111000 | 10110 | 101100000 | 110101 | 110101 |
Color Harmonies of #C64658
Complementary color
Monochromatic Colors of #C64658
Black with #C64658
Text Example
Text Example
White with #C64658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64658; }
p { color: rgb(198,70,88); }
H1.HeaderClassName
{
color: #C64658;
}
.AnyTagClassName
{
color: #C64658;
}
</style>
background-color css
<style>
a { background-color: #C64658; }
a { background-color: rgb(198,70,88); }
div.DivClassName
{
background-color: #C64658;
}
.BgClassName
{
background-color: #C64658;
}
</style>
border-color css
<style>
span { border-color: #C64658; }
span { border-color: rgb(198,70,88); }
td.TdClassName
{
border-color: #C64658;
}
.TagClassName
{
border-color: #C64658;
}
</style>