Shades of Mandy #C9494E
Tints of Mandy #C9494E
RGB
CMYK
RGB Variations
Color information
#C9494E (or 0xC9494E) is known color: Mandy. HEX triplet: C9, 49 and 4E. RGB value is (201,73,78). Sum of RGB (Red+Green+Blue) = 201+73+78=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C9494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9494E is #36B6B1. Grayscale: #6F6F6F. Windows color (decimal): -3585714 or 5130697. OLE color: 5130697.
HSL color Cylindrical-coordinate representation of color #C9494E: hue angle of 357.66º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9494E is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 78 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.21 |
| HSL | 357.66º | 0.54% | 0.54% | - |
| HSV(B) | 357.66º | 0.64% | 0.79% | - |
| XYZ | 27.85 | 17.73 | 9.16 | - |
| YUV | 111.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 78 | 0 | 0.64 | 0.61 | 0.21 | 357.66 | 0.54 | 0.54 |
| Hex | C9 | 49 | 4E | 0 | 40 | 3D | 15 | 166 | 36 | 36 |
| Octal | 311 | 111 | 116 | 0 | 100 | 75 | 25 | 546 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1001110 | 0 | 1000000 | 111101 | 10101 | 101100110 | 110110 | 110110 |
Color Harmonies of #C9494E
Complementary color
Monochromatic Colors of #C9494E
Black with #C9494E
Text Example
Text Example
White with #C9494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9494E; }
p { color: rgb(201,73,78); }
H1.HeaderClassName
{
color: #C9494E;
}
.AnyTagClassName
{
color: #C9494E;
}
</style>
background-color css
<style>
a { background-color: #C9494E; }
a { background-color: rgb(201,73,78); }
div.DivClassName
{
background-color: #C9494E;
}
.BgClassName
{
background-color: #C9494E;
}
</style>
border-color css
<style>
span { border-color: #C9494E; }
span { border-color: rgb(201,73,78); }
td.TdClassName
{
border-color: #C9494E;
}
.TagClassName
{
border-color: #C9494E;
}
</style>