Shades of Mandy #C25157
Tints of Mandy #C25157
RGB
CMYK
RGB Variations
Color information
#C25157 (or 0xC25157) is known color: Mandy. HEX triplet: C2, 51 and 57. RGB value is (194,81,87). Sum of RGB (Red+Green+Blue) = 194+81+87=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C25157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25157 is #3DAEA8. Grayscale: #737373. Windows color (decimal): -4042409 or 5722562. OLE color: 5722562.
HSL color Cylindrical-coordinate representation of color #C25157: hue angle of 356.81º 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 #C25157 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 87 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.24 |
| HSL | 356.81º | 0.48% | 0.54% | - |
| HSV(B) | 356.81º | 0.58% | 0.76% | - |
| XYZ | 26.91 | 18.04 | 11.08 | - |
| YUV | 115.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 87 | 0 | 0.58 | 0.55 | 0.24 | 356.81 | 0.48 | 0.54 |
| Hex | C2 | 51 | 57 | 0 | 3A | 37 | 18 | 165 | 30 | 36 |
| Octal | 302 | 121 | 127 | 0 | 72 | 67 | 30 | 545 | 60 | 66 |
| Binary | 11000010 | 1010001 | 1010111 | 0 | 111010 | 110111 | 11000 | 101100101 | 110000 | 110110 |
Color Harmonies of #C25157
Complementary color
Monochromatic Colors of #C25157
Black with #C25157
Text Example
Text Example
White with #C25157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25157; }
p { color: rgb(194,81,87); }
H1.HeaderClassName
{
color: #C25157;
}
.AnyTagClassName
{
color: #C25157;
}
</style>
background-color css
<style>
a { background-color: #C25157; }
a { background-color: rgb(194,81,87); }
div.DivClassName
{
background-color: #C25157;
}
.BgClassName
{
background-color: #C25157;
}
</style>
border-color css
<style>
span { border-color: #C25157; }
span { border-color: rgb(194,81,87); }
td.TdClassName
{
border-color: #C25157;
}
.TagClassName
{
border-color: #C25157;
}
</style>