Shades of Mandy #C45559
Tints of Mandy #C45559
RGB
CMYK
RGB Variations
Color information
#C45559 (or 0xC45559) is known color: Mandy. HEX triplet: C4, 55 and 59. RGB value is (196,85,89). Sum of RGB (Red+Green+Blue) = 196+85+89=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C45559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45559 is #3BAAA6. Grayscale: #767676. Windows color (decimal): -3910311 or 5854660. OLE color: 5854660.
HSL color Cylindrical-coordinate representation of color #C45559: hue angle of 357.84º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45559 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 89 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.23 |
| HSL | 357.84º | 0.48% | 0.55% | - |
| HSV(B) | 357.84º | 0.57% | 0.77% | - |
| XYZ | 27.82 | 18.95 | 11.64 | - |
| YUV | 118.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 89 | 0 | 0.57 | 0.55 | 0.23 | 357.84 | 0.48 | 0.55 |
| Hex | C4 | 55 | 59 | 0 | 39 | 37 | 17 | 166 | 30 | 37 |
| Octal | 304 | 125 | 131 | 0 | 71 | 67 | 27 | 546 | 60 | 67 |
| Binary | 11000100 | 1010101 | 1011001 | 0 | 111001 | 110111 | 10111 | 101100110 | 110000 | 110111 |
Color Harmonies of #C45559
Complementary color
Monochromatic Colors of #C45559
Black with #C45559
Text Example
Text Example
White with #C45559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45559; }
p { color: rgb(196,85,89); }
H1.HeaderClassName
{
color: #C45559;
}
.AnyTagClassName
{
color: #C45559;
}
</style>
background-color css
<style>
a { background-color: #C45559; }
a { background-color: rgb(196,85,89); }
div.DivClassName
{
background-color: #C45559;
}
.BgClassName
{
background-color: #C45559;
}
</style>
border-color css
<style>
span { border-color: #C45559; }
span { border-color: rgb(196,85,89); }
td.TdClassName
{
border-color: #C45559;
}
.TagClassName
{
border-color: #C45559;
}
</style>