Shades of Mandy #C45059
Tints of Mandy #C45059
RGB
CMYK
RGB Variations
Color information
#C45059 (or 0xC45059) is known color: Mandy. HEX triplet: C4, 50 and 59. RGB value is (196,80,89). Sum of RGB (Red+Green+Blue) = 196+80+89=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C45059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45059 is #3BAFA6. Grayscale: #737373. Windows color (decimal): -3911591 or 5853380. OLE color: 5853380.
HSL color Cylindrical-coordinate representation of color #C45059: hue angle of 355.34º degrees, saturation: 0.5, 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 #C45059 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 89 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.23 |
| HSL | 355.34º | 0.5% | 0.54% | - |
| HSV(B) | 355.34º | 0.59% | 0.77% | - |
| XYZ | 27.44 | 18.19 | 11.52 | - |
| YUV | 115.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 89 | 0 | 0.59 | 0.55 | 0.23 | 355.34 | 0.5 | 0.54 |
| Hex | C4 | 50 | 59 | 0 | 3B | 37 | 17 | 163 | 32 | 36 |
| Octal | 304 | 120 | 131 | 0 | 73 | 67 | 27 | 543 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1011001 | 0 | 111011 | 110111 | 10111 | 101100011 | 110010 | 110110 |
Color Harmonies of #C45059
Complementary color
Monochromatic Colors of #C45059
Black with #C45059
Text Example
Text Example
White with #C45059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45059; }
p { color: rgb(196,80,89); }
H1.HeaderClassName
{
color: #C45059;
}
.AnyTagClassName
{
color: #C45059;
}
</style>
background-color css
<style>
a { background-color: #C45059; }
a { background-color: rgb(196,80,89); }
div.DivClassName
{
background-color: #C45059;
}
.BgClassName
{
background-color: #C45059;
}
</style>
border-color css
<style>
span { border-color: #C45059; }
span { border-color: rgb(196,80,89); }
td.TdClassName
{
border-color: #C45059;
}
.TagClassName
{
border-color: #C45059;
}
</style>