Shades of Mandy #C64C5A
Tints of Mandy #C64C5A
RGB
CMYK
RGB Variations
Color information
#C64C5A (or 0xC64C5A) is known color: Mandy. HEX triplet: C6, 4C and 5A. RGB value is (198,76,90). Sum of RGB (Red+Green+Blue) = 198+76+90=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C5A is #39B3A5. Grayscale: #727272. Windows color (decimal): -3781542 or 5917894. OLE color: 5917894.
HSL color Cylindrical-coordinate representation of color #C64C5A: hue angle of 353.11º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C5A is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 90 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.22 |
| HSL | 353.11º | 0.52% | 0.54% | - |
| HSV(B) | 353.11º | 0.62% | 0.78% | - |
| XYZ | 27.72 | 17.91 | 11.67 | - |
| YUV | 114.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 90 | 0 | 0.62 | 0.55 | 0.22 | 353.11 | 0.52 | 0.54 |
| Hex | C6 | 4C | 5A | 0 | 3E | 37 | 16 | 161 | 34 | 36 |
| Octal | 306 | 114 | 132 | 0 | 76 | 67 | 26 | 541 | 64 | 66 |
| Binary | 11000110 | 1001100 | 1011010 | 0 | 111110 | 110111 | 10110 | 101100001 | 110100 | 110110 |
Color Harmonies of #C64C5A
Complementary color
Monochromatic Colors of #C64C5A
Black with #C64C5A
Text Example
Text Example
White with #C64C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C5A; }
p { color: rgb(198,76,90); }
H1.HeaderClassName
{
color: #C64C5A;
}
.AnyTagClassName
{
color: #C64C5A;
}
</style>
background-color css
<style>
a { background-color: #C64C5A; }
a { background-color: rgb(198,76,90); }
div.DivClassName
{
background-color: #C64C5A;
}
.BgClassName
{
background-color: #C64C5A;
}
</style>
border-color css
<style>
span { border-color: #C64C5A; }
span { border-color: rgb(198,76,90); }
td.TdClassName
{
border-color: #C64C5A;
}
.TagClassName
{
border-color: #C64C5A;
}
</style>