Shades of Mandy #C9464C
Tints of Mandy #C9464C
RGB
CMYK
RGB Variations
Color information
#C9464C (or 0xC9464C) is known color: Mandy. HEX triplet: C9, 46 and 4C. RGB value is (201,70,76). Sum of RGB (Red+Green+Blue) = 201+70+76=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9464C is #36B9B3. Grayscale: #6D6D6D. Windows color (decimal): -3586484 or 4998857. OLE color: 4998857.
HSL color Cylindrical-coordinate representation of color #C9464C: hue angle of 357.25º 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 #C9464C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 76 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.21 |
| HSL | 357.25º | 0.55% | 0.53% | - |
| HSV(B) | 357.25º | 0.65% | 0.79% | - |
| XYZ | 27.58 | 17.32 | 8.73 | - |
| YUV | 109.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 76 | 0 | 0.65 | 0.62 | 0.21 | 357.25 | 0.55 | 0.53 |
| Hex | C9 | 46 | 4C | 0 | 41 | 3E | 15 | 165 | 37 | 35 |
| Octal | 311 | 106 | 114 | 0 | 101 | 76 | 25 | 545 | 67 | 65 |
| Binary | 11001001 | 1000110 | 1001100 | 0 | 1000001 | 111110 | 10101 | 101100101 | 110111 | 110101 |
Color Harmonies of #C9464C
Complementary color
Monochromatic Colors of #C9464C
Black with #C9464C
Text Example
Text Example
White with #C9464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9464C; }
p { color: rgb(201,70,76); }
H1.HeaderClassName
{
color: #C9464C;
}
.AnyTagClassName
{
color: #C9464C;
}
</style>
background-color css
<style>
a { background-color: #C9464C; }
a { background-color: rgb(201,70,76); }
div.DivClassName
{
background-color: #C9464C;
}
.BgClassName
{
background-color: #C9464C;
}
</style>
border-color css
<style>
span { border-color: #C9464C; }
span { border-color: rgb(201,70,76); }
td.TdClassName
{
border-color: #C9464C;
}
.TagClassName
{
border-color: #C9464C;
}
</style>