Shades of Mandy #C64D5C
Tints of Mandy #C64D5C
RGB
CMYK
RGB Variations
Color information
#C64D5C (or 0xC64D5C) is known color: Mandy. HEX triplet: C6, 4D and 5C. RGB value is (198,77,92). Sum of RGB (Red+Green+Blue) = 198+77+92=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D5C is #39B2A3. Grayscale: #727272. Windows color (decimal): -3781284 or 6049222. OLE color: 6049222.
HSL color Cylindrical-coordinate representation of color #C64D5C: hue angle of 352.56º 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 #C64D5C is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 92 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.22 |
| HSL | 352.56º | 0.51% | 0.54% | - |
| HSV(B) | 352.56º | 0.61% | 0.78% | - |
| XYZ | 27.87 | 18.09 | 12.15 | - |
| YUV | 114.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 92 | 0 | 0.61 | 0.54 | 0.22 | 352.56 | 0.51 | 0.54 |
| Hex | C6 | 4D | 5C | 0 | 3D | 36 | 16 | 161 | 33 | 36 |
| Octal | 306 | 115 | 134 | 0 | 75 | 66 | 26 | 541 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1011100 | 0 | 111101 | 110110 | 10110 | 101100001 | 110011 | 110110 |
Color Harmonies of #C64D5C
Complementary color
Monochromatic Colors of #C64D5C
Black with #C64D5C
Text Example
Text Example
White with #C64D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D5C; }
p { color: rgb(198,77,92); }
H1.HeaderClassName
{
color: #C64D5C;
}
.AnyTagClassName
{
color: #C64D5C;
}
</style>
background-color css
<style>
a { background-color: #C64D5C; }
a { background-color: rgb(198,77,92); }
div.DivClassName
{
background-color: #C64D5C;
}
.BgClassName
{
background-color: #C64D5C;
}
</style>
border-color css
<style>
span { border-color: #C64D5C; }
span { border-color: rgb(198,77,92); }
td.TdClassName
{
border-color: #C64D5C;
}
.TagClassName
{
border-color: #C64D5C;
}
</style>