Shades of Mandy #C9414E
Tints of Mandy #C9414E
RGB
CMYK
RGB Variations
Color information
#C9414E (or 0xC9414E) is known color: Mandy. HEX triplet: C9, 41 and 4E. RGB value is (201,65,78). Sum of RGB (Red+Green+Blue) = 201+65+78=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9414E is #36BEB1. Grayscale: #6B6B6B. Windows color (decimal): -3587762 or 5128649. OLE color: 5128649.
HSL color Cylindrical-coordinate representation of color #C9414E: hue angle of 354.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9414E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 78 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.21 |
| HSL | 354.26º | 0.56% | 0.52% | - |
| HSV(B) | 354.26º | 0.68% | 0.79% | - |
| XYZ | 27.35 | 16.75 | 9 | - |
| YUV | 107.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 78 | 0 | 0.68 | 0.61 | 0.21 | 354.26 | 0.56 | 0.52 |
| Hex | C9 | 41 | 4E | 0 | 44 | 3D | 15 | 162 | 38 | 34 |
| Octal | 311 | 101 | 116 | 0 | 104 | 75 | 25 | 542 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1001110 | 0 | 1000100 | 111101 | 10101 | 101100010 | 111000 | 110100 |
Color Harmonies of #C9414E
Complementary color
Monochromatic Colors of #C9414E
Black with #C9414E
Text Example
Text Example
White with #C9414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9414E; }
p { color: rgb(201,65,78); }
H1.HeaderClassName
{
color: #C9414E;
}
.AnyTagClassName
{
color: #C9414E;
}
</style>
background-color css
<style>
a { background-color: #C9414E; }
a { background-color: rgb(201,65,78); }
div.DivClassName
{
background-color: #C9414E;
}
.BgClassName
{
background-color: #C9414E;
}
</style>
border-color css
<style>
span { border-color: #C9414E; }
span { border-color: rgb(201,65,78); }
td.TdClassName
{
border-color: #C9414E;
}
.TagClassName
{
border-color: #C9414E;
}
</style>