Shades of Mandy #C44957
Tints of Mandy #C44957
RGB
CMYK
RGB Variations
Color information
#C44957 (or 0xC44957) is known color: Mandy. HEX triplet: C4, 49 and 57. RGB value is (196,73,87). Sum of RGB (Red+Green+Blue) = 196+73+87=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C44957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44957 is #3BB6A8. Grayscale: #6F6F6F. Windows color (decimal): -3913385 or 5720516. OLE color: 5720516.
HSL color Cylindrical-coordinate representation of color #C44957: hue angle of 353.17º 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 #C44957 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 87 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.23 |
| HSL | 353.17º | 0.51% | 0.53% | - |
| HSV(B) | 353.17º | 0.63% | 0.77% | - |
| XYZ | 26.87 | 17.19 | 10.92 | - |
| YUV | 111.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 87 | 0 | 0.63 | 0.56 | 0.23 | 353.17 | 0.51 | 0.53 |
| Hex | C4 | 49 | 57 | 0 | 3F | 38 | 17 | 161 | 33 | 35 |
| Octal | 304 | 111 | 127 | 0 | 77 | 70 | 27 | 541 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1010111 | 0 | 111111 | 111000 | 10111 | 101100001 | 110011 | 110101 |
Color Harmonies of #C44957
Complementary color
Monochromatic Colors of #C44957
Black with #C44957
Text Example
Text Example
White with #C44957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44957; }
p { color: rgb(196,73,87); }
H1.HeaderClassName
{
color: #C44957;
}
.AnyTagClassName
{
color: #C44957;
}
</style>
background-color css
<style>
a { background-color: #C44957; }
a { background-color: rgb(196,73,87); }
div.DivClassName
{
background-color: #C44957;
}
.BgClassName
{
background-color: #C44957;
}
</style>
border-color css
<style>
span { border-color: #C44957; }
span { border-color: rgb(196,73,87); }
td.TdClassName
{
border-color: #C44957;
}
.TagClassName
{
border-color: #C44957;
}
</style>