Shades of Mandy #C9495D
Tints of Mandy #C9495D
RGB
CMYK
RGB Variations
Color information
#C9495D (or 0xC9495D) is known color: Mandy. HEX triplet: C9, 49 and 5D. RGB value is (201,73,93). Sum of RGB (Red+Green+Blue) = 201+73+93=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9495D is #36B6A2. Grayscale: #717171. Windows color (decimal): -3585699 or 6113737. OLE color: 6113737.
HSL color Cylindrical-coordinate representation of color #C9495D: hue angle of 350.62º 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 #C9495D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 93 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.21 |
| HSL | 350.63º | 0.54% | 0.54% | - |
| HSV(B) | 350.63º | 0.64% | 0.79% | - |
| XYZ | 28.45 | 17.97 | 12.33 | - |
| YUV | 113.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 93 | 0 | 0.64 | 0.54 | 0.21 | 350.63 | 0.54 | 0.54 |
| Hex | C9 | 49 | 5D | 0 | 40 | 36 | 15 | 15F | 36 | 36 |
| Octal | 311 | 111 | 135 | 0 | 100 | 66 | 25 | 537 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1011101 | 0 | 1000000 | 110110 | 10101 | 101011111 | 110110 | 110110 |
Color Harmonies of #C9495D
Complementary color
Monochromatic Colors of #C9495D
Black with #C9495D
Text Example
Text Example
White with #C9495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9495D; }
p { color: rgb(201,73,93); }
H1.HeaderClassName
{
color: #C9495D;
}
.AnyTagClassName
{
color: #C9495D;
}
</style>
background-color css
<style>
a { background-color: #C9495D; }
a { background-color: rgb(201,73,93); }
div.DivClassName
{
background-color: #C9495D;
}
.BgClassName
{
background-color: #C9495D;
}
</style>
border-color css
<style>
span { border-color: #C9495D; }
span { border-color: rgb(201,73,93); }
td.TdClassName
{
border-color: #C9495D;
}
.TagClassName
{
border-color: #C9495D;
}
</style>