Shades of Mandy #C64657
Tints of Mandy #C64657
RGB
CMYK
RGB Variations
Color information
#C64657 (or 0xC64657) is known color: Mandy. HEX triplet: C6, 46 and 57. RGB value is (198,70,87). Sum of RGB (Red+Green+Blue) = 198+70+87=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C64657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64657 is #39B9A8. Grayscale: #6E6E6E. Windows color (decimal): -3783081 or 5719750. OLE color: 5719750.
HSL color Cylindrical-coordinate representation of color #C64657: hue angle of 352.03º 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 #C64657 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 87 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.22 |
| HSL | 352.03º | 0.53% | 0.53% | - |
| HSV(B) | 352.03º | 0.65% | 0.78% | - |
| XYZ | 27.2 | 17.07 | 10.88 | - |
| YUV | 110.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 87 | 0 | 0.65 | 0.56 | 0.22 | 352.03 | 0.53 | 0.53 |
| Hex | C6 | 46 | 57 | 0 | 41 | 38 | 16 | 160 | 35 | 35 |
| Octal | 306 | 106 | 127 | 0 | 101 | 70 | 26 | 540 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1010111 | 0 | 1000001 | 111000 | 10110 | 101100000 | 110101 | 110101 |
Color Harmonies of #C64657
Complementary color
Monochromatic Colors of #C64657
Black with #C64657
Text Example
Text Example
White with #C64657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64657; }
p { color: rgb(198,70,87); }
H1.HeaderClassName
{
color: #C64657;
}
.AnyTagClassName
{
color: #C64657;
}
</style>
background-color css
<style>
a { background-color: #C64657; }
a { background-color: rgb(198,70,87); }
div.DivClassName
{
background-color: #C64657;
}
.BgClassName
{
background-color: #C64657;
}
</style>
border-color css
<style>
span { border-color: #C64657; }
span { border-color: rgb(198,70,87); }
td.TdClassName
{
border-color: #C64657;
}
.TagClassName
{
border-color: #C64657;
}
</style>