Shades of Mandy #C64760
Tints of Mandy #C64760
RGB
CMYK
RGB Variations
Color information
#C64760 (or 0xC64760) is known color: Mandy. HEX triplet: C6, 47 and 60. RGB value is (198,71,96). Sum of RGB (Red+Green+Blue) = 198+71+96=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C64760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64760 is #39B89F. Grayscale: #6F6F6F. Windows color (decimal): -3782816 or 6309830. OLE color: 6309830.
HSL color Cylindrical-coordinate representation of color #C64760: hue angle of 348.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64760 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 96 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.22 |
| HSL | 348.19º | 0.53% | 0.53% | - |
| HSV(B) | 348.19º | 0.64% | 0.78% | - |
| XYZ | 27.65 | 17.36 | 12.96 | - |
| YUV | 111.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 96 | 0 | 0.64 | 0.52 | 0.22 | 348.19 | 0.53 | 0.53 |
| Hex | C6 | 47 | 60 | 0 | 40 | 34 | 16 | 15C | 35 | 35 |
| Octal | 306 | 107 | 140 | 0 | 100 | 64 | 26 | 534 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1100000 | 0 | 1000000 | 110100 | 10110 | 101011100 | 110101 | 110101 |
Color Harmonies of #C64760
Complementary color
Monochromatic Colors of #C64760
Black with #C64760
Text Example
Text Example
White with #C64760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64760; }
p { color: rgb(198,71,96); }
H1.HeaderClassName
{
color: #C64760;
}
.AnyTagClassName
{
color: #C64760;
}
</style>
background-color css
<style>
a { background-color: #C64760; }
a { background-color: rgb(198,71,96); }
div.DivClassName
{
background-color: #C64760;
}
.BgClassName
{
background-color: #C64760;
}
</style>
border-color css
<style>
span { border-color: #C64760; }
span { border-color: rgb(198,71,96); }
td.TdClassName
{
border-color: #C64760;
}
.TagClassName
{
border-color: #C64760;
}
</style>