Shades of Mandy #C44C50
Tints of Mandy #C44C50
RGB
CMYK
RGB Variations
Color information
#C44C50 (or 0xC44C50) is known color: Mandy. HEX triplet: C4, 4C and 50. RGB value is (196,76,80). Sum of RGB (Red+Green+Blue) = 196+76+80=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C50 is #3BB3AF. Grayscale: #707070. Windows color (decimal): -3912624 or 5262532. OLE color: 5262532.
HSL color Cylindrical-coordinate representation of color #C44C50: hue angle of 358º 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 #C44C50 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 80 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.23 |
| HSL | 358º | 0.5% | 0.53% | - |
| HSV(B) | 358º | 0.61% | 0.77% | - |
| XYZ | 26.8 | 17.48 | 9.55 | - |
| YUV | 112.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 80 | 0 | 0.61 | 0.59 | 0.23 | 358 | 0.5 | 0.53 |
| Hex | C4 | 4C | 50 | 0 | 3D | 3B | 17 | 166 | 32 | 35 |
| Octal | 304 | 114 | 120 | 0 | 75 | 73 | 27 | 546 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1010000 | 0 | 111101 | 111011 | 10111 | 101100110 | 110010 | 110101 |
Color Harmonies of #C44C50
Complementary color
Monochromatic Colors of #C44C50
Black with #C44C50
Text Example
Text Example
White with #C44C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C50; }
p { color: rgb(196,76,80); }
H1.HeaderClassName
{
color: #C44C50;
}
.AnyTagClassName
{
color: #C44C50;
}
</style>
background-color css
<style>
a { background-color: #C44C50; }
a { background-color: rgb(196,76,80); }
div.DivClassName
{
background-color: #C44C50;
}
.BgClassName
{
background-color: #C44C50;
}
</style>
border-color css
<style>
span { border-color: #C44C50; }
span { border-color: rgb(196,76,80); }
td.TdClassName
{
border-color: #C44C50;
}
.TagClassName
{
border-color: #C44C50;
}
</style>