Shades of Mandy #C2595E
Tints of Mandy #C2595E
RGB
CMYK
RGB Variations
Color information
#C2595E (or 0xC2595E) is known color: Mandy. HEX triplet: C2, 59 and 5E. RGB value is (194,89,94). Sum of RGB (Red+Green+Blue) = 194+89+94=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2595E is #3DA6A1. Grayscale: #797979. Windows color (decimal): -4040354 or 6183362. OLE color: 6183362.
HSL color Cylindrical-coordinate representation of color #C2595E: hue angle of 357.14º 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 #C2595E is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 94 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.24 |
| HSL | 357.14º | 0.46% | 0.55% | - |
| HSV(B) | 357.14º | 0.54% | 0.76% | - |
| XYZ | 27.84 | 19.42 | 12.87 | - |
| YUV | 120.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 94 | 0 | 0.54 | 0.52 | 0.24 | 357.14 | 0.46 | 0.55 |
| Hex | C2 | 59 | 5E | 0 | 36 | 34 | 18 | 165 | 2E | 37 |
| Octal | 302 | 131 | 136 | 0 | 66 | 64 | 30 | 545 | 56 | 67 |
| Binary | 11000010 | 1011001 | 1011110 | 0 | 110110 | 110100 | 11000 | 101100101 | 101110 | 110111 |
Color Harmonies of #C2595E
Complementary color
Monochromatic Colors of #C2595E
Black with #C2595E
Text Example
Text Example
White with #C2595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2595E; }
p { color: rgb(194,89,94); }
H1.HeaderClassName
{
color: #C2595E;
}
.AnyTagClassName
{
color: #C2595E;
}
</style>
background-color css
<style>
a { background-color: #C2595E; }
a { background-color: rgb(194,89,94); }
div.DivClassName
{
background-color: #C2595E;
}
.BgClassName
{
background-color: #C2595E;
}
</style>
border-color css
<style>
span { border-color: #C2595E; }
span { border-color: rgb(194,89,94); }
td.TdClassName
{
border-color: #C2595E;
}
.TagClassName
{
border-color: #C2595E;
}
</style>