Shades of Mandy #C65662
Tints of Mandy #C65662
RGB
CMYK
RGB Variations
Color information
#C65662 (or 0xC65662) is known color: Mandy. HEX triplet: C6, 56 and 62. RGB value is (198,86,98). Sum of RGB (Red+Green+Blue) = 198+86+98=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C65662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65662 is #39A99D. Grayscale: #787878. Windows color (decimal): -3778974 or 6444742. OLE color: 6444742.
HSL color Cylindrical-coordinate representation of color #C65662: hue angle of 353.57º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65662 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 98 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.22 |
| HSL | 353.57º | 0.5% | 0.56% | - |
| HSV(B) | 353.57º | 0.57% | 0.78% | - |
| XYZ | 28.82 | 19.54 | 13.81 | - |
| YUV | 120.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 98 | 0 | 0.57 | 0.51 | 0.22 | 353.57 | 0.5 | 0.56 |
| Hex | C6 | 56 | 62 | 0 | 39 | 33 | 16 | 162 | 32 | 38 |
| Octal | 306 | 126 | 142 | 0 | 71 | 63 | 26 | 542 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1100010 | 0 | 111001 | 110011 | 10110 | 101100010 | 110010 | 111000 |
Color Harmonies of #C65662
Complementary color
Monochromatic Colors of #C65662
Black with #C65662
Text Example
Text Example
White with #C65662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65662; }
p { color: rgb(198,86,98); }
H1.HeaderClassName
{
color: #C65662;
}
.AnyTagClassName
{
color: #C65662;
}
</style>
background-color css
<style>
a { background-color: #C65662; }
a { background-color: rgb(198,86,98); }
div.DivClassName
{
background-color: #C65662;
}
.BgClassName
{
background-color: #C65662;
}
</style>
border-color css
<style>
span { border-color: #C65662; }
span { border-color: rgb(198,86,98); }
td.TdClassName
{
border-color: #C65662;
}
.TagClassName
{
border-color: #C65662;
}
</style>