Shades of Mandy #C45160
Tints of Mandy #C45160
RGB
CMYK
RGB Variations
Color information
#C45160 (or 0xC45160) is known color: Mandy. HEX triplet: C4, 51 and 60. RGB value is (196,81,96). Sum of RGB (Red+Green+Blue) = 196+81+96=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C45160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45160 is #3BAE9F. Grayscale: #757575. Windows color (decimal): -3911328 or 6312388. OLE color: 6312388.
HSL color Cylindrical-coordinate representation of color #C45160: hue angle of 352.17º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45160 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 96 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.23 |
| HSL | 352.17º | 0.49% | 0.54% | - |
| HSV(B) | 352.17º | 0.59% | 0.77% | - |
| XYZ | 27.82 | 18.47 | 13.16 | - |
| YUV | 117.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 96 | 0 | 0.59 | 0.51 | 0.23 | 352.17 | 0.49 | 0.54 |
| Hex | C4 | 51 | 60 | 0 | 3B | 33 | 17 | 160 | 31 | 36 |
| Octal | 304 | 121 | 140 | 0 | 73 | 63 | 27 | 540 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1100000 | 0 | 111011 | 110011 | 10111 | 101100000 | 110001 | 110110 |
Color Harmonies of #C45160
Complementary color
Monochromatic Colors of #C45160
Black with #C45160
Text Example
Text Example
White with #C45160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45160; }
p { color: rgb(196,81,96); }
H1.HeaderClassName
{
color: #C45160;
}
.AnyTagClassName
{
color: #C45160;
}
</style>
background-color css
<style>
a { background-color: #C45160; }
a { background-color: rgb(196,81,96); }
div.DivClassName
{
background-color: #C45160;
}
.BgClassName
{
background-color: #C45160;
}
</style>
border-color css
<style>
span { border-color: #C45160; }
span { border-color: rgb(196,81,96); }
td.TdClassName
{
border-color: #C45160;
}
.TagClassName
{
border-color: #C45160;
}
</style>