Shades of Mandy #C44C58
Tints of Mandy #C44C58
RGB
CMYK
RGB Variations
Color information
#C44C58 (or 0xC44C58) is known color: Mandy. HEX triplet: C4, 4C and 58. RGB value is (196,76,88). Sum of RGB (Red+Green+Blue) = 196+76+88=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C58 is #3BB3A7. Grayscale: #717171. Windows color (decimal): -3912616 or 5786820. OLE color: 5786820.
HSL color Cylindrical-coordinate representation of color #C44C58: hue angle of 354º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44C58 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 88 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.23 |
| HSL | 354º | 0.5% | 0.53% | - |
| HSV(B) | 354º | 0.61% | 0.77% | - |
| XYZ | 27.11 | 17.61 | 11.2 | - |
| YUV | 113.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 88 | 0 | 0.61 | 0.55 | 0.23 | 354 | 0.5 | 0.53 |
| Hex | C4 | 4C | 58 | 0 | 3D | 37 | 17 | 162 | 32 | 35 |
| Octal | 304 | 114 | 130 | 0 | 75 | 67 | 27 | 542 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1011000 | 0 | 111101 | 110111 | 10111 | 101100010 | 110010 | 110101 |
Color Harmonies of #C44C58
Complementary color
Monochromatic Colors of #C44C58
Black with #C44C58
Text Example
Text Example
White with #C44C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C58; }
p { color: rgb(196,76,88); }
H1.HeaderClassName
{
color: #C44C58;
}
.AnyTagClassName
{
color: #C44C58;
}
</style>
background-color css
<style>
a { background-color: #C44C58; }
a { background-color: rgb(196,76,88); }
div.DivClassName
{
background-color: #C44C58;
}
.BgClassName
{
background-color: #C44C58;
}
</style>
border-color css
<style>
span { border-color: #C44C58; }
span { border-color: rgb(196,76,88); }
td.TdClassName
{
border-color: #C44C58;
}
.TagClassName
{
border-color: #C44C58;
}
</style>