Shades of Mandy #C44E5A
Tints of Mandy #C44E5A
RGB
CMYK
RGB Variations
Color information
#C44E5A (or 0xC44E5A) is known color: Mandy. HEX triplet: C4, 4E and 5A. RGB value is (196,78,90). Sum of RGB (Red+Green+Blue) = 196+78+90=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E5A is #3BB1A5. Grayscale: #727272. Windows color (decimal): -3912102 or 5918404. OLE color: 5918404.
HSL color Cylindrical-coordinate representation of color #C44E5A: hue angle of 353.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E5A is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 90 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.23 |
| HSL | 353.9º | 0.5% | 0.54% | - |
| HSV(B) | 353.9º | 0.6% | 0.77% | - |
| XYZ | 27.33 | 17.92 | 11.69 | - |
| YUV | 114.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 90 | 0 | 0.60 | 0.54 | 0.23 | 353.9 | 0.5 | 0.54 |
| Hex | C4 | 4E | 5A | 0 | 3C | 36 | 17 | 162 | 32 | 36 |
| Octal | 304 | 116 | 132 | 0 | 74 | 66 | 27 | 542 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1011010 | 0 | 111100 | 110110 | 10111 | 101100010 | 110010 | 110110 |
Color Harmonies of #C44E5A
Complementary color
Monochromatic Colors of #C44E5A
Black with #C44E5A
Text Example
Text Example
White with #C44E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E5A; }
p { color: rgb(196,78,90); }
H1.HeaderClassName
{
color: #C44E5A;
}
.AnyTagClassName
{
color: #C44E5A;
}
</style>
background-color css
<style>
a { background-color: #C44E5A; }
a { background-color: rgb(196,78,90); }
div.DivClassName
{
background-color: #C44E5A;
}
.BgClassName
{
background-color: #C44E5A;
}
</style>
border-color css
<style>
span { border-color: #C44E5A; }
span { border-color: rgb(196,78,90); }
td.TdClassName
{
border-color: #C44E5A;
}
.TagClassName
{
border-color: #C44E5A;
}
</style>