Shades of Mandy #C9494C
Tints of Mandy #C9494C
RGB
CMYK
RGB Variations
Color information
#C9494C (or 0xC9494C) is known color: Mandy. HEX triplet: C9, 49 and 4C. RGB value is (201,73,76). Sum of RGB (Red+Green+Blue) = 201+73+76=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9494C is #36B6B3. Grayscale: #6F6F6F. Windows color (decimal): -3585716 or 4999625. OLE color: 4999625.
HSL color Cylindrical-coordinate representation of color #C9494C: hue angle of 358.59º 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 #C9494C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 76 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.21 |
| HSL | 358.59º | 0.54% | 0.54% | - |
| HSV(B) | 358.59º | 0.64% | 0.79% | - |
| XYZ | 27.77 | 17.7 | 8.79 | - |
| YUV | 111.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 76 | 0 | 0.64 | 0.62 | 0.21 | 358.59 | 0.54 | 0.54 |
| Hex | C9 | 49 | 4C | 0 | 40 | 3E | 15 | 167 | 36 | 36 |
| Octal | 311 | 111 | 114 | 0 | 100 | 76 | 25 | 547 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1001100 | 0 | 1000000 | 111110 | 10101 | 101100111 | 110110 | 110110 |
Color Harmonies of #C9494C
Complementary color
Monochromatic Colors of #C9494C
Black with #C9494C
Text Example
Text Example
White with #C9494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9494C; }
p { color: rgb(201,73,76); }
H1.HeaderClassName
{
color: #C9494C;
}
.AnyTagClassName
{
color: #C9494C;
}
</style>
background-color css
<style>
a { background-color: #C9494C; }
a { background-color: rgb(201,73,76); }
div.DivClassName
{
background-color: #C9494C;
}
.BgClassName
{
background-color: #C9494C;
}
</style>
border-color css
<style>
span { border-color: #C9494C; }
span { border-color: rgb(201,73,76); }
td.TdClassName
{
border-color: #C9494C;
}
.TagClassName
{
border-color: #C9494C;
}
</style>