Shades of Mandy #C45561
Tints of Mandy #C45561
RGB
CMYK
RGB Variations
Color information
#C45561 (or 0xC45561) is known color: Mandy. HEX triplet: C4, 55 and 61. RGB value is (196,85,97). Sum of RGB (Red+Green+Blue) = 196+85+97=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C45561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45561 is #3BAA9E. Grayscale: #777777. Windows color (decimal): -3910303 or 6378948. OLE color: 6378948.
HSL color Cylindrical-coordinate representation of color #C45561: hue angle of 353.51º 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 #C45561 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 97 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.23 |
| HSL | 353.51º | 0.48% | 0.55% | - |
| HSV(B) | 353.51º | 0.57% | 0.77% | - |
| XYZ | 28.17 | 19.1 | 13.51 | - |
| YUV | 119.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 97 | 0 | 0.57 | 0.51 | 0.23 | 353.51 | 0.48 | 0.55 |
| Hex | C4 | 55 | 61 | 0 | 39 | 33 | 17 | 162 | 30 | 37 |
| Octal | 304 | 125 | 141 | 0 | 71 | 63 | 27 | 542 | 60 | 67 |
| Binary | 11000100 | 1010101 | 1100001 | 0 | 111001 | 110011 | 10111 | 101100010 | 110000 | 110111 |
Color Harmonies of #C45561
Complementary color
Monochromatic Colors of #C45561
Black with #C45561
Text Example
Text Example
White with #C45561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45561; }
p { color: rgb(196,85,97); }
H1.HeaderClassName
{
color: #C45561;
}
.AnyTagClassName
{
color: #C45561;
}
</style>
background-color css
<style>
a { background-color: #C45561; }
a { background-color: rgb(196,85,97); }
div.DivClassName
{
background-color: #C45561;
}
.BgClassName
{
background-color: #C45561;
}
</style>
border-color css
<style>
span { border-color: #C45561; }
span { border-color: rgb(196,85,97); }
td.TdClassName
{
border-color: #C45561;
}
.TagClassName
{
border-color: #C45561;
}
</style>