Shades of Mandy #C2494C
Tints of Mandy #C2494C
RGB
CMYK
RGB Variations
Color information
#C2494C (or 0xC2494C) is known color: Mandy. HEX triplet: C2, 49 and 4C. RGB value is (194,73,76). Sum of RGB (Red+Green+Blue) = 194+73+76=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2494C is #3DB6B3. Grayscale: #6D6D6D. Windows color (decimal): -4044468 or 4999618. OLE color: 4999618.
HSL color Cylindrical-coordinate representation of color #C2494C: hue angle of 358.51º 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 #C2494C is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 76 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.24 |
| HSL | 358.51º | 0.5% | 0.52% | - |
| HSV(B) | 358.51º | 0.62% | 0.76% | - |
| XYZ | 25.94 | 16.76 | 8.7 | - |
| YUV | 109.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 76 | 0 | 0.62 | 0.61 | 0.24 | 358.51 | 0.5 | 0.52 |
| Hex | C2 | 49 | 4C | 0 | 3E | 3D | 18 | 167 | 32 | 34 |
| Octal | 302 | 111 | 114 | 0 | 76 | 75 | 30 | 547 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1001100 | 0 | 111110 | 111101 | 11000 | 101100111 | 110010 | 110100 |
Color Harmonies of #C2494C
Complementary color
Monochromatic Colors of #C2494C
Black with #C2494C
Text Example
Text Example
White with #C2494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2494C; }
p { color: rgb(194,73,76); }
H1.HeaderClassName
{
color: #C2494C;
}
.AnyTagClassName
{
color: #C2494C;
}
</style>
background-color css
<style>
a { background-color: #C2494C; }
a { background-color: rgb(194,73,76); }
div.DivClassName
{
background-color: #C2494C;
}
.BgClassName
{
background-color: #C2494C;
}
</style>
border-color css
<style>
span { border-color: #C2494C; }
span { border-color: rgb(194,73,76); }
td.TdClassName
{
border-color: #C2494C;
}
.TagClassName
{
border-color: #C2494C;
}
</style>