Shades of Mandy #C94D4E
Tints of Mandy #C94D4E
RGB
CMYK
RGB Variations
Color information
#C94D4E (or 0xC94D4E) is known color: Mandy. HEX triplet: C9, 4D and 4E. RGB value is (201,77,78). Sum of RGB (Red+Green+Blue) = 201+77+78=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D4E is #36B2B1. Grayscale: #727272. Windows color (decimal): -3584690 or 5131721. OLE color: 5131721.
HSL color Cylindrical-coordinate representation of color #C94D4E: hue angle of 359.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D4E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 78 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.21 |
| HSL | 359.52º | 0.53% | 0.55% | - |
| HSV(B) | 359.52º | 0.62% | 0.79% | - |
| XYZ | 28.12 | 18.28 | 9.25 | - |
| YUV | 114.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 78 | 0 | 0.62 | 0.61 | 0.21 | 359.52 | 0.53 | 0.55 |
| Hex | C9 | 4D | 4E | 0 | 3E | 3D | 15 | 168 | 35 | 37 |
| Octal | 311 | 115 | 116 | 0 | 76 | 75 | 25 | 550 | 65 | 67 |
| Binary | 11001001 | 1001101 | 1001110 | 0 | 111110 | 111101 | 10101 | 101101000 | 110101 | 110111 |
Color Harmonies of #C94D4E
Complementary color
Monochromatic Colors of #C94D4E
Black with #C94D4E
Text Example
Text Example
White with #C94D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D4E; }
p { color: rgb(201,77,78); }
H1.HeaderClassName
{
color: #C94D4E;
}
.AnyTagClassName
{
color: #C94D4E;
}
</style>
background-color css
<style>
a { background-color: #C94D4E; }
a { background-color: rgb(201,77,78); }
div.DivClassName
{
background-color: #C94D4E;
}
.BgClassName
{
background-color: #C94D4E;
}
</style>
border-color css
<style>
span { border-color: #C94D4E; }
span { border-color: rgb(201,77,78); }
td.TdClassName
{
border-color: #C94D4E;
}
.TagClassName
{
border-color: #C94D4E;
}
</style>