Shades of Mandy #C2495B
Tints of Mandy #C2495B
RGB
CMYK
RGB Variations
Color information
#C2495B (or 0xC2495B) is known color: Mandy. HEX triplet: C2, 49 and 5B. RGB value is (194,73,91). Sum of RGB (Red+Green+Blue) = 194+73+91=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2495B is #3DB6A4. Grayscale: #6F6F6F. Windows color (decimal): -4044453 or 5982658. OLE color: 5982658.
HSL color Cylindrical-coordinate representation of color #C2495B: hue angle of 351.07º 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 #C2495B is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 91 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.24 |
| HSL | 351.07º | 0.5% | 0.52% | - |
| HSV(B) | 351.07º | 0.62% | 0.76% | - |
| XYZ | 26.52 | 16.99 | 11.78 | - |
| YUV | 111.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 91 | 0 | 0.62 | 0.53 | 0.24 | 351.07 | 0.5 | 0.52 |
| Hex | C2 | 49 | 5B | 0 | 3E | 35 | 18 | 15F | 32 | 34 |
| Octal | 302 | 111 | 133 | 0 | 76 | 65 | 30 | 537 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1011011 | 0 | 111110 | 110101 | 11000 | 101011111 | 110010 | 110100 |
Color Harmonies of #C2495B
Complementary color
Monochromatic Colors of #C2495B
Black with #C2495B
Text Example
Text Example
White with #C2495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2495B; }
p { color: rgb(194,73,91); }
H1.HeaderClassName
{
color: #C2495B;
}
.AnyTagClassName
{
color: #C2495B;
}
</style>
background-color css
<style>
a { background-color: #C2495B; }
a { background-color: rgb(194,73,91); }
div.DivClassName
{
background-color: #C2495B;
}
.BgClassName
{
background-color: #C2495B;
}
</style>
border-color css
<style>
span { border-color: #C2495B; }
span { border-color: rgb(194,73,91); }
td.TdClassName
{
border-color: #C2495B;
}
.TagClassName
{
border-color: #C2495B;
}
</style>