Shades of Mandy #C64F5E
Tints of Mandy #C64F5E
RGB
CMYK
RGB Variations
Color information
#C64F5E (or 0xC64F5E) is known color: Mandy. HEX triplet: C6, 4F and 5E. RGB value is (198,79,94). Sum of RGB (Red+Green+Blue) = 198+79+94=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F5E is #39B0A1. Grayscale: #747474. Windows color (decimal): -3780770 or 6180806. OLE color: 6180806.
HSL color Cylindrical-coordinate representation of color #C64F5E: hue angle of 352.44º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F5E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 94 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.22 |
| HSL | 352.44º | 0.51% | 0.54% | - |
| HSV(B) | 352.44º | 0.6% | 0.78% | - |
| XYZ | 28.11 | 18.41 | 12.66 | - |
| YUV | 116.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 94 | 0 | 0.60 | 0.53 | 0.22 | 352.44 | 0.51 | 0.54 |
| Hex | C6 | 4F | 5E | 0 | 3C | 35 | 16 | 160 | 33 | 36 |
| Octal | 306 | 117 | 136 | 0 | 74 | 65 | 26 | 540 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1011110 | 0 | 111100 | 110101 | 10110 | 101100000 | 110011 | 110110 |
Color Harmonies of #C64F5E
Complementary color
Monochromatic Colors of #C64F5E
Black with #C64F5E
Text Example
Text Example
White with #C64F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F5E; }
p { color: rgb(198,79,94); }
H1.HeaderClassName
{
color: #C64F5E;
}
.AnyTagClassName
{
color: #C64F5E;
}
</style>
background-color css
<style>
a { background-color: #C64F5E; }
a { background-color: rgb(198,79,94); }
div.DivClassName
{
background-color: #C64F5E;
}
.BgClassName
{
background-color: #C64F5E;
}
</style>
border-color css
<style>
span { border-color: #C64F5E; }
span { border-color: rgb(198,79,94); }
td.TdClassName
{
border-color: #C64F5E;
}
.TagClassName
{
border-color: #C64F5E;
}
</style>