Shades of Mandy #C25759
Tints of Mandy #C25759
RGB
CMYK
RGB Variations
Color information
#C25759 (or 0xC25759) is known color: Mandy. HEX triplet: C2, 57 and 59. RGB value is (194,87,89). Sum of RGB (Red+Green+Blue) = 194+87+89=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C25759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25759 is #3DA8A6. Grayscale: #777777. Windows color (decimal): -4040871 or 5855170. OLE color: 5855170.
HSL color Cylindrical-coordinate representation of color #C25759: hue angle of 358.88º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25759 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 89 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.24 |
| HSL | 358.88º | 0.47% | 0.55% | - |
| HSV(B) | 358.88º | 0.55% | 0.76% | - |
| XYZ | 27.46 | 19.01 | 11.67 | - |
| YUV | 119.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 89 | 0 | 0.55 | 0.54 | 0.24 | 358.88 | 0.47 | 0.55 |
| Hex | C2 | 57 | 59 | 0 | 37 | 36 | 18 | 167 | 2F | 37 |
| Octal | 302 | 127 | 131 | 0 | 67 | 66 | 30 | 547 | 57 | 67 |
| Binary | 11000010 | 1010111 | 1011001 | 0 | 110111 | 110110 | 11000 | 101100111 | 101111 | 110111 |
Color Harmonies of #C25759
Complementary color
Monochromatic Colors of #C25759
Black with #C25759
Text Example
Text Example
White with #C25759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25759; }
p { color: rgb(194,87,89); }
H1.HeaderClassName
{
color: #C25759;
}
.AnyTagClassName
{
color: #C25759;
}
</style>
background-color css
<style>
a { background-color: #C25759; }
a { background-color: rgb(194,87,89); }
div.DivClassName
{
background-color: #C25759;
}
.BgClassName
{
background-color: #C25759;
}
</style>
border-color css
<style>
span { border-color: #C25759; }
span { border-color: rgb(194,87,89); }
td.TdClassName
{
border-color: #C25759;
}
.TagClassName
{
border-color: #C25759;
}
</style>