Shades of Mandy #C2495D
Tints of Mandy #C2495D
RGB
CMYK
RGB Variations
Color information
#C2495D (or 0xC2495D) is known color: Mandy. HEX triplet: C2, 49 and 5D. RGB value is (194,73,93). Sum of RGB (Red+Green+Blue) = 194+73+93=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2495D is #3DB6A2. Grayscale: #6F6F6F. Windows color (decimal): -4044451 or 6113730. OLE color: 6113730.
HSL color Cylindrical-coordinate representation of color #C2495D: hue angle of 350.08º 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 #C2495D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 93 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.24 |
| HSL | 350.08º | 0.5% | 0.52% | - |
| HSV(B) | 350.08º | 0.62% | 0.76% | - |
| XYZ | 26.61 | 17.02 | 12.24 | - |
| YUV | 111.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 93 | 0 | 0.62 | 0.52 | 0.24 | 350.08 | 0.5 | 0.52 |
| Hex | C2 | 49 | 5D | 0 | 3E | 34 | 18 | 15E | 32 | 34 |
| Octal | 302 | 111 | 135 | 0 | 76 | 64 | 30 | 536 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1011101 | 0 | 111110 | 110100 | 11000 | 101011110 | 110010 | 110100 |
Color Harmonies of #C2495D
Complementary color
Monochromatic Colors of #C2495D
Black with #C2495D
Text Example
Text Example
White with #C2495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2495D; }
p { color: rgb(194,73,93); }
H1.HeaderClassName
{
color: #C2495D;
}
.AnyTagClassName
{
color: #C2495D;
}
</style>
background-color css
<style>
a { background-color: #C2495D; }
a { background-color: rgb(194,73,93); }
div.DivClassName
{
background-color: #C2495D;
}
.BgClassName
{
background-color: #C2495D;
}
</style>
border-color css
<style>
span { border-color: #C2495D; }
span { border-color: rgb(194,73,93); }
td.TdClassName
{
border-color: #C2495D;
}
.TagClassName
{
border-color: #C2495D;
}
</style>