Shades of Mandy #C44C5B
Tints of Mandy #C44C5B
RGB
CMYK
RGB Variations
Color information
#C44C5B (or 0xC44C5B) is known color: Mandy. HEX triplet: C4, 4C and 5B. RGB value is (196,76,91). Sum of RGB (Red+Green+Blue) = 196+76+91=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C5B is #3BB3A4. Grayscale: #717171. Windows color (decimal): -3912613 or 5983428. OLE color: 5983428.
HSL color Cylindrical-coordinate representation of color #C44C5B: hue angle of 352.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 #C44C5B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 91 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.23 |
| HSL | 352.5º | 0.5% | 0.53% | - |
| HSV(B) | 352.5º | 0.61% | 0.77% | - |
| XYZ | 27.24 | 17.66 | 11.87 | - |
| YUV | 113.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 91 | 0 | 0.61 | 0.54 | 0.23 | 352.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | 5B | 0 | 3D | 36 | 17 | 160 | 32 | 35 |
| Octal | 304 | 114 | 133 | 0 | 75 | 66 | 27 | 540 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1011011 | 0 | 111101 | 110110 | 10111 | 101100000 | 110010 | 110101 |
Color Harmonies of #C44C5B
Complementary color
Monochromatic Colors of #C44C5B
Black with #C44C5B
Text Example
Text Example
White with #C44C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C5B; }
p { color: rgb(196,76,91); }
H1.HeaderClassName
{
color: #C44C5B;
}
.AnyTagClassName
{
color: #C44C5B;
}
</style>
background-color css
<style>
a { background-color: #C44C5B; }
a { background-color: rgb(196,76,91); }
div.DivClassName
{
background-color: #C44C5B;
}
.BgClassName
{
background-color: #C44C5B;
}
</style>
border-color css
<style>
span { border-color: #C44C5B; }
span { border-color: rgb(196,76,91); }
td.TdClassName
{
border-color: #C44C5B;
}
.TagClassName
{
border-color: #C44C5B;
}
</style>