Shades of Mandy #C64750
Tints of Mandy #C64750
RGB
CMYK
RGB Variations
Color information
#C64750 (or 0xC64750) is known color: Mandy. HEX triplet: C6, 47 and 50. RGB value is (198,71,80). Sum of RGB (Red+Green+Blue) = 198+71+80=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C64750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64750 is #39B8AF. Grayscale: #6E6E6E. Windows color (decimal): -3782832 or 5261254. OLE color: 5261254.
HSL color Cylindrical-coordinate representation of color #C64750: hue angle of 355.75º 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 #C64750 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 80 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.22 |
| HSL | 355.75º | 0.53% | 0.53% | - |
| HSV(B) | 355.75º | 0.64% | 0.78% | - |
| XYZ | 26.99 | 17.09 | 9.47 | - |
| YUV | 110 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 80 | 0 | 0.64 | 0.60 | 0.22 | 355.75 | 0.53 | 0.53 |
| Hex | C6 | 47 | 50 | 0 | 40 | 3C | 16 | 164 | 35 | 35 |
| Octal | 306 | 107 | 120 | 0 | 100 | 74 | 26 | 544 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1010000 | 0 | 1000000 | 111100 | 10110 | 101100100 | 110101 | 110101 |
Color Harmonies of #C64750
Complementary color
Monochromatic Colors of #C64750
Black with #C64750
Text Example
Text Example
White with #C64750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64750; }
p { color: rgb(198,71,80); }
H1.HeaderClassName
{
color: #C64750;
}
.AnyTagClassName
{
color: #C64750;
}
</style>
background-color css
<style>
a { background-color: #C64750; }
a { background-color: rgb(198,71,80); }
div.DivClassName
{
background-color: #C64750;
}
.BgClassName
{
background-color: #C64750;
}
</style>
border-color css
<style>
span { border-color: #C64750; }
span { border-color: rgb(198,71,80); }
td.TdClassName
{
border-color: #C64750;
}
.TagClassName
{
border-color: #C64750;
}
</style>