Shades of Mandy #C64E5B
Tints of Mandy #C64E5B
RGB
CMYK
RGB Variations
Color information
#C64E5B (or 0xC64E5B) is known color: Mandy. HEX triplet: C6, 4E and 5B. RGB value is (198,78,91). Sum of RGB (Red+Green+Blue) = 198+78+91=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E5B is #39B1A4. Grayscale: #737373. Windows color (decimal): -3781029 or 5983942. OLE color: 5983942.
HSL color Cylindrical-coordinate representation of color #C64E5B: hue angle of 353.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64E5B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 91 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.22 |
| HSL | 353.5º | 0.51% | 0.54% | - |
| HSV(B) | 353.5º | 0.61% | 0.78% | - |
| XYZ | 27.9 | 18.21 | 11.94 | - |
| YUV | 115.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 91 | 0 | 0.61 | 0.54 | 0.22 | 353.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | 5B | 0 | 3D | 36 | 16 | 162 | 33 | 36 |
| Octal | 306 | 116 | 133 | 0 | 75 | 66 | 26 | 542 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1011011 | 0 | 111101 | 110110 | 10110 | 101100010 | 110011 | 110110 |
Color Harmonies of #C64E5B
Complementary color
Monochromatic Colors of #C64E5B
Black with #C64E5B
Text Example
Text Example
White with #C64E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E5B; }
p { color: rgb(198,78,91); }
H1.HeaderClassName
{
color: #C64E5B;
}
.AnyTagClassName
{
color: #C64E5B;
}
</style>
background-color css
<style>
a { background-color: #C64E5B; }
a { background-color: rgb(198,78,91); }
div.DivClassName
{
background-color: #C64E5B;
}
.BgClassName
{
background-color: #C64E5B;
}
</style>
border-color css
<style>
span { border-color: #C64E5B; }
span { border-color: rgb(198,78,91); }
td.TdClassName
{
border-color: #C64E5B;
}
.TagClassName
{
border-color: #C64E5B;
}
</style>