Shades of Mandy #C2495A
Tints of Mandy #C2495A
RGB
CMYK
RGB Variations
Color information
#C2495A (or 0xC2495A) is known color: Mandy. HEX triplet: C2, 49 and 5A. RGB value is (194,73,90). Sum of RGB (Red+Green+Blue) = 194+73+90=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2495A is #3DB6A5. Grayscale: #6F6F6F. Windows color (decimal): -4044454 or 5917122. OLE color: 5917122.
HSL color Cylindrical-coordinate representation of color #C2495A: hue angle of 351.57º 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 #C2495A is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 90 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.24 |
| HSL | 351.57º | 0.5% | 0.52% | - |
| HSV(B) | 351.57º | 0.62% | 0.76% | - |
| XYZ | 26.48 | 16.97 | 11.55 | - |
| YUV | 111.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 90 | 0 | 0.62 | 0.54 | 0.24 | 351.57 | 0.5 | 0.52 |
| Hex | C2 | 49 | 5A | 0 | 3E | 36 | 18 | 160 | 32 | 34 |
| Octal | 302 | 111 | 132 | 0 | 76 | 66 | 30 | 540 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1011010 | 0 | 111110 | 110110 | 11000 | 101100000 | 110010 | 110100 |
Color Harmonies of #C2495A
Complementary color
Monochromatic Colors of #C2495A
Black with #C2495A
Text Example
Text Example
White with #C2495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2495A; }
p { color: rgb(194,73,90); }
H1.HeaderClassName
{
color: #C2495A;
}
.AnyTagClassName
{
color: #C2495A;
}
</style>
background-color css
<style>
a { background-color: #C2495A; }
a { background-color: rgb(194,73,90); }
div.DivClassName
{
background-color: #C2495A;
}
.BgClassName
{
background-color: #C2495A;
}
</style>
border-color css
<style>
span { border-color: #C2495A; }
span { border-color: rgb(194,73,90); }
td.TdClassName
{
border-color: #C2495A;
}
.TagClassName
{
border-color: #C2495A;
}
</style>