Shades of Mandy #C44956
Tints of Mandy #C44956
RGB
CMYK
RGB Variations
Color information
#C44956 (or 0xC44956) is known color: Mandy. HEX triplet: C4, 49 and 56. RGB value is (196,73,86). Sum of RGB (Red+Green+Blue) = 196+73+86=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C44956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44956 is #3BB6A9. Grayscale: #6F6F6F. Windows color (decimal): -3913386 or 5654980. OLE color: 5654980.
HSL color Cylindrical-coordinate representation of color #C44956: hue angle of 353.66º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44956 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 86 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.23 |
| HSL | 353.66º | 0.51% | 0.53% | - |
| HSV(B) | 353.66º | 0.63% | 0.77% | - |
| XYZ | 26.83 | 17.17 | 10.7 | - |
| YUV | 111.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 86 | 0 | 0.63 | 0.56 | 0.23 | 353.66 | 0.51 | 0.53 |
| Hex | C4 | 49 | 56 | 0 | 3F | 38 | 17 | 162 | 33 | 35 |
| Octal | 304 | 111 | 126 | 0 | 77 | 70 | 27 | 542 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1010110 | 0 | 111111 | 111000 | 10111 | 101100010 | 110011 | 110101 |
Color Harmonies of #C44956
Complementary color
Monochromatic Colors of #C44956
Black with #C44956
Text Example
Text Example
White with #C44956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44956; }
p { color: rgb(196,73,86); }
H1.HeaderClassName
{
color: #C44956;
}
.AnyTagClassName
{
color: #C44956;
}
</style>
background-color css
<style>
a { background-color: #C44956; }
a { background-color: rgb(196,73,86); }
div.DivClassName
{
background-color: #C44956;
}
.BgClassName
{
background-color: #C44956;
}
</style>
border-color css
<style>
span { border-color: #C44956; }
span { border-color: rgb(196,73,86); }
td.TdClassName
{
border-color: #C44956;
}
.TagClassName
{
border-color: #C44956;
}
</style>