Shades of Mandy #C25059
Tints of Mandy #C25059
RGB
CMYK
RGB Variations
Color information
#C25059 (or 0xC25059) is known color: Mandy. HEX triplet: C2, 50 and 59. RGB value is (194,80,89). Sum of RGB (Red+Green+Blue) = 194+80+89=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25059 is #3DAFA6. Grayscale: #737373. Windows color (decimal): -4042663 or 5853378. OLE color: 5853378.
HSL color Cylindrical-coordinate representation of color #C25059: hue angle of 355.26º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25059 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 89 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.24 |
| HSL | 355.26º | 0.48% | 0.54% | - |
| HSV(B) | 355.26º | 0.59% | 0.76% | - |
| XYZ | 26.92 | 17.93 | 11.49 | - |
| YUV | 115.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 89 | 0 | 0.59 | 0.54 | 0.24 | 355.26 | 0.48 | 0.54 |
| Hex | C2 | 50 | 59 | 0 | 3B | 36 | 18 | 163 | 30 | 36 |
| Octal | 302 | 120 | 131 | 0 | 73 | 66 | 30 | 543 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1011001 | 0 | 111011 | 110110 | 11000 | 101100011 | 110000 | 110110 |
Color Harmonies of #C25059
Complementary color
Monochromatic Colors of #C25059
Black with #C25059
Text Example
Text Example
White with #C25059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25059; }
p { color: rgb(194,80,89); }
H1.HeaderClassName
{
color: #C25059;
}
.AnyTagClassName
{
color: #C25059;
}
</style>
background-color css
<style>
a { background-color: #C25059; }
a { background-color: rgb(194,80,89); }
div.DivClassName
{
background-color: #C25059;
}
.BgClassName
{
background-color: #C25059;
}
</style>
border-color css
<style>
span { border-color: #C25059; }
span { border-color: rgb(194,80,89); }
td.TdClassName
{
border-color: #C25059;
}
.TagClassName
{
border-color: #C25059;
}
</style>