Shades of Mandy #C25055
Tints of Mandy #C25055
RGB
CMYK
RGB Variations
Color information
#C25055 (or 0xC25055) is known color: Mandy. HEX triplet: C2, 50 and 55. RGB value is (194,80,85). Sum of RGB (Red+Green+Blue) = 194+80+85=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C25055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25055 is #3DAFAA. Grayscale: #727272. Windows color (decimal): -4042667 or 5591234. OLE color: 5591234.
HSL color Cylindrical-coordinate representation of color #C25055: hue angle of 357.37º 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 #C25055 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 85 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.24 |
| HSL | 357.37º | 0.48% | 0.54% | - |
| HSV(B) | 357.37º | 0.59% | 0.76% | - |
| XYZ | 26.76 | 17.86 | 10.63 | - |
| YUV | 114.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 85 | 0 | 0.59 | 0.56 | 0.24 | 357.37 | 0.48 | 0.54 |
| Hex | C2 | 50 | 55 | 0 | 3B | 38 | 18 | 165 | 30 | 36 |
| Octal | 302 | 120 | 125 | 0 | 73 | 70 | 30 | 545 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1010101 | 0 | 111011 | 111000 | 11000 | 101100101 | 110000 | 110110 |
Color Harmonies of #C25055
Complementary color
Monochromatic Colors of #C25055
Black with #C25055
Text Example
Text Example
White with #C25055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25055; }
p { color: rgb(194,80,85); }
H1.HeaderClassName
{
color: #C25055;
}
.AnyTagClassName
{
color: #C25055;
}
</style>
background-color css
<style>
a { background-color: #C25055; }
a { background-color: rgb(194,80,85); }
div.DivClassName
{
background-color: #C25055;
}
.BgClassName
{
background-color: #C25055;
}
</style>
border-color css
<style>
span { border-color: #C25055; }
span { border-color: rgb(194,80,85); }
td.TdClassName
{
border-color: #C25055;
}
.TagClassName
{
border-color: #C25055;
}
</style>