Shades of Mandy #C55062
Tints of Mandy #C55062
RGB
CMYK
RGB Variations
Color information
#C55062 (or 0xC55062) is known color: Mandy. HEX triplet: C5, 50 and 62. RGB value is (197,80,98). Sum of RGB (Red+Green+Blue) = 197+80+98=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C55062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55062 is #3AAF9D. Grayscale: #757575. Windows color (decimal): -3846046 or 6443205. OLE color: 6443205.
HSL color Cylindrical-coordinate representation of color #C55062: hue angle of 350.77º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55062 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 98 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.23 |
| HSL | 350.77º | 0.5% | 0.54% | - |
| HSV(B) | 350.77º | 0.59% | 0.77% | - |
| XYZ | 28.1 | 18.49 | 13.64 | - |
| YUV | 117.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 98 | 0 | 0.59 | 0.50 | 0.23 | 350.77 | 0.5 | 0.54 |
| Hex | C5 | 50 | 62 | 0 | 3B | 32 | 17 | 15F | 32 | 36 |
| Octal | 305 | 120 | 142 | 0 | 73 | 62 | 27 | 537 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1100010 | 0 | 111011 | 110010 | 10111 | 101011111 | 110010 | 110110 |
Color Harmonies of #C55062
Complementary color
Monochromatic Colors of #C55062
Black with #C55062
Text Example
Text Example
White with #C55062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55062; }
p { color: rgb(197,80,98); }
H1.HeaderClassName
{
color: #C55062;
}
.AnyTagClassName
{
color: #C55062;
}
</style>
background-color css
<style>
a { background-color: #C55062; }
a { background-color: rgb(197,80,98); }
div.DivClassName
{
background-color: #C55062;
}
.BgClassName
{
background-color: #C55062;
}
</style>
border-color css
<style>
span { border-color: #C55062; }
span { border-color: rgb(197,80,98); }
td.TdClassName
{
border-color: #C55062;
}
.TagClassName
{
border-color: #C55062;
}
</style>