Shades of Mandy #C9465D
Tints of Mandy #C9465D
RGB
CMYK
RGB Variations
Color information
#C9465D (or 0xC9465D) is known color: Mandy. HEX triplet: C9, 46 and 5D. RGB value is (201,70,93). Sum of RGB (Red+Green+Blue) = 201+70+93=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9465D is #36B9A2. Grayscale: #6F6F6F. Windows color (decimal): -3586467 or 6112969. OLE color: 6112969.
HSL color Cylindrical-coordinate representation of color #C9465D: hue angle of 349.47º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9465D is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 93 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.21 |
| HSL | 349.47º | 0.55% | 0.53% | - |
| HSV(B) | 349.47º | 0.65% | 0.79% | - |
| XYZ | 28.25 | 17.59 | 12.26 | - |
| YUV | 111.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 93 | 0 | 0.65 | 0.54 | 0.21 | 349.47 | 0.55 | 0.53 |
| Hex | C9 | 46 | 5D | 0 | 41 | 36 | 15 | 15D | 37 | 35 |
| Octal | 311 | 106 | 135 | 0 | 101 | 66 | 25 | 535 | 67 | 65 |
| Binary | 11001001 | 1000110 | 1011101 | 0 | 1000001 | 110110 | 10101 | 101011101 | 110111 | 110101 |
Color Harmonies of #C9465D
Complementary color
Monochromatic Colors of #C9465D
Black with #C9465D
Text Example
Text Example
White with #C9465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9465D; }
p { color: rgb(201,70,93); }
H1.HeaderClassName
{
color: #C9465D;
}
.AnyTagClassName
{
color: #C9465D;
}
</style>
background-color css
<style>
a { background-color: #C9465D; }
a { background-color: rgb(201,70,93); }
div.DivClassName
{
background-color: #C9465D;
}
.BgClassName
{
background-color: #C9465D;
}
</style>
border-color css
<style>
span { border-color: #C9465D; }
span { border-color: rgb(201,70,93); }
td.TdClassName
{
border-color: #C9465D;
}
.TagClassName
{
border-color: #C9465D;
}
</style>