Shades of Mandy #C44E58
Tints of Mandy #C44E58
RGB
CMYK
RGB Variations
Color information
#C44E58 (or 0xC44E58) is known color: Mandy. HEX triplet: C4, 4E and 58. RGB value is (196,78,88). Sum of RGB (Red+Green+Blue) = 196+78+88=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E58 is #3BB1A7. Grayscale: #727272. Windows color (decimal): -3912104 or 5787332. OLE color: 5787332.
HSL color Cylindrical-coordinate representation of color #C44E58: hue angle of 354.92º 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 #C44E58 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 88 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.23 |
| HSL | 354.92º | 0.5% | 0.54% | - |
| HSV(B) | 354.92º | 0.6% | 0.77% | - |
| XYZ | 27.25 | 17.89 | 11.25 | - |
| YUV | 114.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 88 | 0 | 0.60 | 0.55 | 0.23 | 354.92 | 0.5 | 0.54 |
| Hex | C4 | 4E | 58 | 0 | 3C | 37 | 17 | 163 | 32 | 36 |
| Octal | 304 | 116 | 130 | 0 | 74 | 67 | 27 | 543 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1011000 | 0 | 111100 | 110111 | 10111 | 101100011 | 110010 | 110110 |
Color Harmonies of #C44E58
Complementary color
Monochromatic Colors of #C44E58
Black with #C44E58
Text Example
Text Example
White with #C44E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E58; }
p { color: rgb(196,78,88); }
H1.HeaderClassName
{
color: #C44E58;
}
.AnyTagClassName
{
color: #C44E58;
}
</style>
background-color css
<style>
a { background-color: #C44E58; }
a { background-color: rgb(196,78,88); }
div.DivClassName
{
background-color: #C44E58;
}
.BgClassName
{
background-color: #C44E58;
}
</style>
border-color css
<style>
span { border-color: #C44E58; }
span { border-color: rgb(196,78,88); }
td.TdClassName
{
border-color: #C44E58;
}
.TagClassName
{
border-color: #C44E58;
}
</style>