Shades of Mandy #C9464E
Tints of Mandy #C9464E
RGB
CMYK
RGB Variations
Color information
#C9464E (or 0xC9464E) is known color: Mandy. HEX triplet: C9, 46 and 4E. RGB value is (201,70,78). Sum of RGB (Red+Green+Blue) = 201+70+78=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9464E is #36B9B1. Grayscale: #6E6E6E. Windows color (decimal): -3586482 or 5129929. OLE color: 5129929.
HSL color Cylindrical-coordinate representation of color #C9464E: hue angle of 356.34º 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 #C9464E is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 78 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.21 |
| HSL | 356.34º | 0.55% | 0.53% | - |
| HSV(B) | 356.34º | 0.65% | 0.79% | - |
| XYZ | 27.65 | 17.35 | 9.1 | - |
| YUV | 110.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 78 | 0 | 0.65 | 0.61 | 0.21 | 356.34 | 0.55 | 0.53 |
| Hex | C9 | 46 | 4E | 0 | 41 | 3D | 15 | 164 | 37 | 35 |
| Octal | 311 | 106 | 116 | 0 | 101 | 75 | 25 | 544 | 67 | 65 |
| Binary | 11001001 | 1000110 | 1001110 | 0 | 1000001 | 111101 | 10101 | 101100100 | 110111 | 110101 |
Color Harmonies of #C9464E
Complementary color
Monochromatic Colors of #C9464E
Black with #C9464E
Text Example
Text Example
White with #C9464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9464E; }
p { color: rgb(201,70,78); }
H1.HeaderClassName
{
color: #C9464E;
}
.AnyTagClassName
{
color: #C9464E;
}
</style>
background-color css
<style>
a { background-color: #C9464E; }
a { background-color: rgb(201,70,78); }
div.DivClassName
{
background-color: #C9464E;
}
.BgClassName
{
background-color: #C9464E;
}
</style>
border-color css
<style>
span { border-color: #C9464E; }
span { border-color: rgb(201,70,78); }
td.TdClassName
{
border-color: #C9464E;
}
.TagClassName
{
border-color: #C9464E;
}
</style>