Shades of Mandy #C9484E
Tints of Mandy #C9484E
RGB
CMYK
RGB Variations
Color information
#C9484E (or 0xC9484E) is known color: Mandy. HEX triplet: C9, 48 and 4E. RGB value is (201,72,78). Sum of RGB (Red+Green+Blue) = 201+72+78=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C9484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9484E is #36B7B1. Grayscale: #6F6F6F. Windows color (decimal): -3585970 or 5130441. OLE color: 5130441.
HSL color Cylindrical-coordinate representation of color #C9484E: hue angle of 357.21º 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 #C9484E is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 78 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.21 |
| HSL | 357.21º | 0.54% | 0.54% | - |
| HSV(B) | 357.21º | 0.64% | 0.79% | - |
| XYZ | 27.78 | 17.6 | 9.14 | - |
| YUV | 111.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 78 | 0 | 0.64 | 0.61 | 0.21 | 357.21 | 0.54 | 0.54 |
| Hex | C9 | 48 | 4E | 0 | 40 | 3D | 15 | 165 | 36 | 36 |
| Octal | 311 | 110 | 116 | 0 | 100 | 75 | 25 | 545 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1001110 | 0 | 1000000 | 111101 | 10101 | 101100101 | 110110 | 110110 |
Color Harmonies of #C9484E
Complementary color
Monochromatic Colors of #C9484E
Black with #C9484E
Text Example
Text Example
White with #C9484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9484E; }
p { color: rgb(201,72,78); }
H1.HeaderClassName
{
color: #C9484E;
}
.AnyTagClassName
{
color: #C9484E;
}
</style>
background-color css
<style>
a { background-color: #C9484E; }
a { background-color: rgb(201,72,78); }
div.DivClassName
{
background-color: #C9484E;
}
.BgClassName
{
background-color: #C9484E;
}
</style>
border-color css
<style>
span { border-color: #C9484E; }
span { border-color: rgb(201,72,78); }
td.TdClassName
{
border-color: #C9484E;
}
.TagClassName
{
border-color: #C9484E;
}
</style>