Shades of Mandy #C45663
Tints of Mandy #C45663
RGB
CMYK
RGB Variations
Color information
#C45663 (or 0xC45663) is known color: Mandy. HEX triplet: C4, 56 and 63. RGB value is (196,86,99). Sum of RGB (Red+Green+Blue) = 196+86+99=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C45663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45663 is #3BA99C. Grayscale: #787878. Windows color (decimal): -3910045 or 6510276. OLE color: 6510276.
HSL color Cylindrical-coordinate representation of color #C45663: hue angle of 352.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45663 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 99 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.23 |
| HSL | 352.91º | 0.48% | 0.55% | - |
| HSV(B) | 352.91º | 0.56% | 0.77% | - |
| XYZ | 28.34 | 19.29 | 14.03 | - |
| YUV | 120.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 99 | 0 | 0.56 | 0.49 | 0.23 | 352.91 | 0.48 | 0.55 |
| Hex | C4 | 56 | 63 | 0 | 38 | 31 | 17 | 161 | 30 | 37 |
| Octal | 304 | 126 | 143 | 0 | 70 | 61 | 27 | 541 | 60 | 67 |
| Binary | 11000100 | 1010110 | 1100011 | 0 | 111000 | 110001 | 10111 | 101100001 | 110000 | 110111 |
Color Harmonies of #C45663
Complementary color
Monochromatic Colors of #C45663
Black with #C45663
Text Example
Text Example
White with #C45663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45663; }
p { color: rgb(196,86,99); }
H1.HeaderClassName
{
color: #C45663;
}
.AnyTagClassName
{
color: #C45663;
}
</style>
background-color css
<style>
a { background-color: #C45663; }
a { background-color: rgb(196,86,99); }
div.DivClassName
{
background-color: #C45663;
}
.BgClassName
{
background-color: #C45663;
}
</style>
border-color css
<style>
span { border-color: #C45663; }
span { border-color: rgb(196,86,99); }
td.TdClassName
{
border-color: #C45663;
}
.TagClassName
{
border-color: #C45663;
}
</style>