Shades of Mandy #C25257
Tints of Mandy #C25257
RGB
CMYK
RGB Variations
Color information
#C25257 (or 0xC25257) is known color: Mandy. HEX triplet: C2, 52 and 57. RGB value is (194,82,87). Sum of RGB (Red+Green+Blue) = 194+82+87=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25257 is #3DADA8. Grayscale: #747474. Windows color (decimal): -4042153 or 5722818. OLE color: 5722818.
HSL color Cylindrical-coordinate representation of color #C25257: hue angle of 357.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25257 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 87 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.24 |
| HSL | 357.32º | 0.48% | 0.54% | - |
| HSV(B) | 357.32º | 0.58% | 0.76% | - |
| XYZ | 26.99 | 18.19 | 11.11 | - |
| YUV | 116.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 87 | 0 | 0.58 | 0.55 | 0.24 | 357.32 | 0.48 | 0.54 |
| Hex | C2 | 52 | 57 | 0 | 3A | 37 | 18 | 165 | 30 | 36 |
| Octal | 302 | 122 | 127 | 0 | 72 | 67 | 30 | 545 | 60 | 66 |
| Binary | 11000010 | 1010010 | 1010111 | 0 | 111010 | 110111 | 11000 | 101100101 | 110000 | 110110 |
Color Harmonies of #C25257
Complementary color
Monochromatic Colors of #C25257
Black with #C25257
Text Example
Text Example
White with #C25257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25257; }
p { color: rgb(194,82,87); }
H1.HeaderClassName
{
color: #C25257;
}
.AnyTagClassName
{
color: #C25257;
}
</style>
background-color css
<style>
a { background-color: #C25257; }
a { background-color: rgb(194,82,87); }
div.DivClassName
{
background-color: #C25257;
}
.BgClassName
{
background-color: #C25257;
}
</style>
border-color css
<style>
span { border-color: #C25257; }
span { border-color: rgb(194,82,87); }
td.TdClassName
{
border-color: #C25257;
}
.TagClassName
{
border-color: #C25257;
}
</style>