Shades of Mandy #C44C51
Tints of Mandy #C44C51
RGB
CMYK
RGB Variations
Color information
#C44C51 (or 0xC44C51) is known color: Mandy. HEX triplet: C4, 4C and 51. RGB value is (196,76,81). Sum of RGB (Red+Green+Blue) = 196+76+81=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C51 is #3BB3AE. Grayscale: #707070. Windows color (decimal): -3912623 or 5328068. OLE color: 5328068.
HSL color Cylindrical-coordinate representation of color #C44C51: hue angle of 357.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 #C44C51 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 81 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.23 |
| HSL | 357.5º | 0.5% | 0.53% | - |
| HSV(B) | 357.5º | 0.61% | 0.77% | - |
| XYZ | 26.83 | 17.5 | 9.75 | - |
| YUV | 112.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 81 | 0 | 0.61 | 0.59 | 0.23 | 357.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | 51 | 0 | 3D | 3B | 17 | 166 | 32 | 35 |
| Octal | 304 | 114 | 121 | 0 | 75 | 73 | 27 | 546 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1010001 | 0 | 111101 | 111011 | 10111 | 101100110 | 110010 | 110101 |
Color Harmonies of #C44C51
Complementary color
Monochromatic Colors of #C44C51
Black with #C44C51
Text Example
Text Example
White with #C44C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C51; }
p { color: rgb(196,76,81); }
H1.HeaderClassName
{
color: #C44C51;
}
.AnyTagClassName
{
color: #C44C51;
}
</style>
background-color css
<style>
a { background-color: #C44C51; }
a { background-color: rgb(196,76,81); }
div.DivClassName
{
background-color: #C44C51;
}
.BgClassName
{
background-color: #C44C51;
}
</style>
border-color css
<style>
span { border-color: #C44C51; }
span { border-color: rgb(196,76,81); }
td.TdClassName
{
border-color: #C44C51;
}
.TagClassName
{
border-color: #C44C51;
}
</style>