Shades of Mandy #C44C5D
Tints of Mandy #C44C5D
RGB
CMYK
RGB Variations
Color information
#C44C5D (or 0xC44C5D) is known color: Mandy. HEX triplet: C4, 4C and 5D. RGB value is (196,76,93). Sum of RGB (Red+Green+Blue) = 196+76+93=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C5D is #3BB3A2. Grayscale: #717171. Windows color (decimal): -3912611 or 6114500. OLE color: 6114500.
HSL color Cylindrical-coordinate representation of color #C44C5D: hue angle of 351.5º 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 #C44C5D is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 93 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.23 |
| HSL | 351.5º | 0.5% | 0.53% | - |
| HSV(B) | 351.5º | 0.61% | 0.77% | - |
| XYZ | 27.33 | 17.69 | 12.33 | - |
| YUV | 113.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 93 | 0 | 0.61 | 0.53 | 0.23 | 351.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | 5D | 0 | 3D | 35 | 17 | 160 | 32 | 35 |
| Octal | 304 | 114 | 135 | 0 | 75 | 65 | 27 | 540 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1011101 | 0 | 111101 | 110101 | 10111 | 101100000 | 110010 | 110101 |
Color Harmonies of #C44C5D
Complementary color
Monochromatic Colors of #C44C5D
Black with #C44C5D
Text Example
Text Example
White with #C44C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C5D; }
p { color: rgb(196,76,93); }
H1.HeaderClassName
{
color: #C44C5D;
}
.AnyTagClassName
{
color: #C44C5D;
}
</style>
background-color css
<style>
a { background-color: #C44C5D; }
a { background-color: rgb(196,76,93); }
div.DivClassName
{
background-color: #C44C5D;
}
.BgClassName
{
background-color: #C44C5D;
}
</style>
border-color css
<style>
span { border-color: #C44C5D; }
span { border-color: rgb(196,76,93); }
td.TdClassName
{
border-color: #C44C5D;
}
.TagClassName
{
border-color: #C44C5D;
}
</style>