Shades of Mandy #C25057
Tints of Mandy #C25057
RGB
CMYK
RGB Variations
Color information
#C25057 (or 0xC25057) is known color: Mandy. HEX triplet: C2, 50 and 57. RGB value is (194,80,87). Sum of RGB (Red+Green+Blue) = 194+80+87=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25057 is #3DAFA8. Grayscale: #727272. Windows color (decimal): -4042665 or 5722306. OLE color: 5722306.
HSL color Cylindrical-coordinate representation of color #C25057: hue angle of 356.32º 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 #C25057 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 87 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.24 |
| HSL | 356.32º | 0.48% | 0.54% | - |
| HSV(B) | 356.32º | 0.59% | 0.76% | - |
| XYZ | 26.84 | 17.89 | 11.06 | - |
| YUV | 114.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 87 | 0 | 0.59 | 0.55 | 0.24 | 356.32 | 0.48 | 0.54 |
| Hex | C2 | 50 | 57 | 0 | 3B | 37 | 18 | 164 | 30 | 36 |
| Octal | 302 | 120 | 127 | 0 | 73 | 67 | 30 | 544 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1010111 | 0 | 111011 | 110111 | 11000 | 101100100 | 110000 | 110110 |
Color Harmonies of #C25057
Complementary color
Monochromatic Colors of #C25057
Black with #C25057
Text Example
Text Example
White with #C25057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25057; }
p { color: rgb(194,80,87); }
H1.HeaderClassName
{
color: #C25057;
}
.AnyTagClassName
{
color: #C25057;
}
</style>
background-color css
<style>
a { background-color: #C25057; }
a { background-color: rgb(194,80,87); }
div.DivClassName
{
background-color: #C25057;
}
.BgClassName
{
background-color: #C25057;
}
</style>
border-color css
<style>
span { border-color: #C25057; }
span { border-color: rgb(194,80,87); }
td.TdClassName
{
border-color: #C25057;
}
.TagClassName
{
border-color: #C25057;
}
</style>