Shades of Mandy #C25961
Tints of Mandy #C25961
RGB
CMYK
RGB Variations
Color information
#C25961 (or 0xC25961) is known color: Mandy. HEX triplet: C2, 59 and 61. RGB value is (194,89,97). Sum of RGB (Red+Green+Blue) = 194+89+97=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C25961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25961 is #3DA69E. Grayscale: #797979. Windows color (decimal): -4040351 or 6379970. OLE color: 6379970.
HSL color Cylindrical-coordinate representation of color #C25961: hue angle of 355.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25961 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 97 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.24 |
| HSL | 355.43º | 0.46% | 0.55% | - |
| HSV(B) | 355.43º | 0.54% | 0.76% | - |
| XYZ | 27.98 | 19.48 | 13.59 | - |
| YUV | 121.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 97 | 0 | 0.54 | 0.50 | 0.24 | 355.43 | 0.46 | 0.55 |
| Hex | C2 | 59 | 61 | 0 | 36 | 32 | 18 | 163 | 2E | 37 |
| Octal | 302 | 131 | 141 | 0 | 66 | 62 | 30 | 543 | 56 | 67 |
| Binary | 11000010 | 1011001 | 1100001 | 0 | 110110 | 110010 | 11000 | 101100011 | 101110 | 110111 |
Color Harmonies of #C25961
Complementary color
Monochromatic Colors of #C25961
Black with #C25961
Text Example
Text Example
White with #C25961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25961; }
p { color: rgb(194,89,97); }
H1.HeaderClassName
{
color: #C25961;
}
.AnyTagClassName
{
color: #C25961;
}
</style>
background-color css
<style>
a { background-color: #C25961; }
a { background-color: rgb(194,89,97); }
div.DivClassName
{
background-color: #C25961;
}
.BgClassName
{
background-color: #C25961;
}
</style>
border-color css
<style>
span { border-color: #C25961; }
span { border-color: rgb(194,89,97); }
td.TdClassName
{
border-color: #C25961;
}
.TagClassName
{
border-color: #C25961;
}
</style>