Shades of Mandy #C9464F
Tints of Mandy #C9464F
RGB
CMYK
RGB Variations
Color information
#C9464F (or 0xC9464F) is known color: Mandy. HEX triplet: C9, 46 and 4F. RGB value is (201,70,79). Sum of RGB (Red+Green+Blue) = 201+70+79=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9464F is #36B9B0. Grayscale: #6E6E6E. Windows color (decimal): -3586481 or 5195465. OLE color: 5195465.
HSL color Cylindrical-coordinate representation of color #C9464F: hue angle of 355.88º 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 #C9464F is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 79 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.21 |
| HSL | 355.88º | 0.55% | 0.53% | - |
| HSV(B) | 355.88º | 0.65% | 0.79% | - |
| XYZ | 27.69 | 17.36 | 9.29 | - |
| YUV | 110.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 79 | 0 | 0.65 | 0.61 | 0.21 | 355.88 | 0.55 | 0.53 |
| Hex | C9 | 46 | 4F | 0 | 41 | 3D | 15 | 164 | 37 | 35 |
| Octal | 311 | 106 | 117 | 0 | 101 | 75 | 25 | 544 | 67 | 65 |
| Binary | 11001001 | 1000110 | 1001111 | 0 | 1000001 | 111101 | 10101 | 101100100 | 110111 | 110101 |
Color Harmonies of #C9464F
Complementary color
Monochromatic Colors of #C9464F
Black with #C9464F
Text Example
Text Example
White with #C9464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9464F; }
p { color: rgb(201,70,79); }
H1.HeaderClassName
{
color: #C9464F;
}
.AnyTagClassName
{
color: #C9464F;
}
</style>
background-color css
<style>
a { background-color: #C9464F; }
a { background-color: rgb(201,70,79); }
div.DivClassName
{
background-color: #C9464F;
}
.BgClassName
{
background-color: #C9464F;
}
</style>
border-color css
<style>
span { border-color: #C9464F; }
span { border-color: rgb(201,70,79); }
td.TdClassName
{
border-color: #C9464F;
}
.TagClassName
{
border-color: #C9464F;
}
</style>