Shades of Mandy #C2494E
Tints of Mandy #C2494E
RGB
CMYK
RGB Variations
Color information
#C2494E (or 0xC2494E) is known color: Mandy. HEX triplet: C2, 49 and 4E. RGB value is (194,73,78). Sum of RGB (Red+Green+Blue) = 194+73+78=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2494E is #3DB6B1. Grayscale: #6D6D6D. Windows color (decimal): -4044466 or 5130690. OLE color: 5130690.
HSL color Cylindrical-coordinate representation of color #C2494E: hue angle of 357.52º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2494E is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 78 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.24 |
| HSL | 357.52º | 0.5% | 0.52% | - |
| HSV(B) | 357.52º | 0.62% | 0.76% | - |
| XYZ | 26.01 | 16.78 | 9.08 | - |
| YUV | 109.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 78 | 0 | 0.62 | 0.60 | 0.24 | 357.52 | 0.5 | 0.52 |
| Hex | C2 | 49 | 4E | 0 | 3E | 3C | 18 | 166 | 32 | 34 |
| Octal | 302 | 111 | 116 | 0 | 76 | 74 | 30 | 546 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1001110 | 0 | 111110 | 111100 | 11000 | 101100110 | 110010 | 110100 |
Color Harmonies of #C2494E
Complementary color
Monochromatic Colors of #C2494E
Black with #C2494E
Text Example
Text Example
White with #C2494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2494E; }
p { color: rgb(194,73,78); }
H1.HeaderClassName
{
color: #C2494E;
}
.AnyTagClassName
{
color: #C2494E;
}
</style>
background-color css
<style>
a { background-color: #C2494E; }
a { background-color: rgb(194,73,78); }
div.DivClassName
{
background-color: #C2494E;
}
.BgClassName
{
background-color: #C2494E;
}
</style>
border-color css
<style>
span { border-color: #C2494E; }
span { border-color: rgb(194,73,78); }
td.TdClassName
{
border-color: #C2494E;
}
.TagClassName
{
border-color: #C2494E;
}
</style>