Shades of Mandy #C44E5C
Tints of Mandy #C44E5C
RGB
CMYK
RGB Variations
Color information
#C44E5C (or 0xC44E5C) is known color: Mandy. HEX triplet: C4, 4E and 5C. RGB value is (196,78,92). Sum of RGB (Red+Green+Blue) = 196+78+92=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E5C is #3BB1A3. Grayscale: #727272. Windows color (decimal): -3912100 or 6049476. OLE color: 6049476.
HSL color Cylindrical-coordinate representation of color #C44E5C: hue angle of 352.88º 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 #C44E5C is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 92 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.23 |
| HSL | 352.88º | 0.5% | 0.54% | - |
| HSV(B) | 352.88º | 0.6% | 0.77% | - |
| XYZ | 27.42 | 17.96 | 12.15 | - |
| YUV | 114.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 92 | 0 | 0.60 | 0.53 | 0.23 | 352.88 | 0.5 | 0.54 |
| Hex | C4 | 4E | 5C | 0 | 3C | 35 | 17 | 161 | 32 | 36 |
| Octal | 304 | 116 | 134 | 0 | 74 | 65 | 27 | 541 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1011100 | 0 | 111100 | 110101 | 10111 | 101100001 | 110010 | 110110 |
Color Harmonies of #C44E5C
Complementary color
Monochromatic Colors of #C44E5C
Black with #C44E5C
Text Example
Text Example
White with #C44E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E5C; }
p { color: rgb(196,78,92); }
H1.HeaderClassName
{
color: #C44E5C;
}
.AnyTagClassName
{
color: #C44E5C;
}
</style>
background-color css
<style>
a { background-color: #C44E5C; }
a { background-color: rgb(196,78,92); }
div.DivClassName
{
background-color: #C44E5C;
}
.BgClassName
{
background-color: #C44E5C;
}
</style>
border-color css
<style>
span { border-color: #C44E5C; }
span { border-color: rgb(196,78,92); }
td.TdClassName
{
border-color: #C44E5C;
}
.TagClassName
{
border-color: #C44E5C;
}
</style>