Shades of Mandy #C65860
Tints of Mandy #C65860
RGB
CMYK
RGB Variations
Color information
#C65860 (or 0xC65860) is known color: Mandy. HEX triplet: C6, 58 and 60. RGB value is (198,88,96). Sum of RGB (Red+Green+Blue) = 198+88+96=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C65860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65860 is #39A79F. Grayscale: #797979. Windows color (decimal): -3778464 or 6314182. OLE color: 6314182.
HSL color Cylindrical-coordinate representation of color #C65860: hue angle of 355.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65860 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 96 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.22 |
| HSL | 355.64º | 0.49% | 0.56% | - |
| HSV(B) | 355.64º | 0.56% | 0.78% | - |
| XYZ | 28.89 | 19.83 | 13.37 | - |
| YUV | 121.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 96 | 0 | 0.56 | 0.52 | 0.22 | 355.64 | 0.49 | 0.56 |
| Hex | C6 | 58 | 60 | 0 | 38 | 34 | 16 | 164 | 31 | 38 |
| Octal | 306 | 130 | 140 | 0 | 70 | 64 | 26 | 544 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1100000 | 0 | 111000 | 110100 | 10110 | 101100100 | 110001 | 111000 |
Color Harmonies of #C65860
Complementary color
Monochromatic Colors of #C65860
Black with #C65860
Text Example
Text Example
White with #C65860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65860; }
p { color: rgb(198,88,96); }
H1.HeaderClassName
{
color: #C65860;
}
.AnyTagClassName
{
color: #C65860;
}
</style>
background-color css
<style>
a { background-color: #C65860; }
a { background-color: rgb(198,88,96); }
div.DivClassName
{
background-color: #C65860;
}
.BgClassName
{
background-color: #C65860;
}
</style>
border-color css
<style>
span { border-color: #C65860; }
span { border-color: rgb(198,88,96); }
td.TdClassName
{
border-color: #C65860;
}
.TagClassName
{
border-color: #C65860;
}
</style>