Shades of Mandy #C56066
Tints of Mandy #C56066
RGB
CMYK
RGB Variations
Color information
#C56066 (or 0xC56066) is known color: Mandy. HEX triplet: C5, 60 and 66. RGB value is (197,96,102). Sum of RGB (Red+Green+Blue) = 197+96+102=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C56066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56066 is #3A9F99. Grayscale: #7E7E7E. Windows color (decimal): -3841946 or 6709445. OLE color: 6709445.
HSL color Cylindrical-coordinate representation of color #C56066: hue angle of 356.44º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56066 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 102 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.23 |
| HSL | 356.44º | 0.47% | 0.57% | - |
| HSV(B) | 356.44º | 0.51% | 0.77% | - |
| XYZ | 29.61 | 21.2 | 15.1 | - |
| YUV | 126.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 102 | 0 | 0.51 | 0.48 | 0.23 | 356.44 | 0.47 | 0.57 |
| Hex | C5 | 60 | 66 | 0 | 33 | 30 | 17 | 164 | 2F | 39 |
| Octal | 305 | 140 | 146 | 0 | 63 | 60 | 27 | 544 | 57 | 71 |
| Binary | 11000101 | 1100000 | 1100110 | 0 | 110011 | 110000 | 10111 | 101100100 | 101111 | 111001 |
Color Harmonies of #C56066
Complementary color
Monochromatic Colors of #C56066
Black with #C56066
Text Example
Text Example
White with #C56066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56066; }
p { color: rgb(197,96,102); }
H1.HeaderClassName
{
color: #C56066;
}
.AnyTagClassName
{
color: #C56066;
}
</style>
background-color css
<style>
a { background-color: #C56066; }
a { background-color: rgb(197,96,102); }
div.DivClassName
{
background-color: #C56066;
}
.BgClassName
{
background-color: #C56066;
}
</style>
border-color css
<style>
span { border-color: #C56066; }
span { border-color: rgb(197,96,102); }
td.TdClassName
{
border-color: #C56066;
}
.TagClassName
{
border-color: #C56066;
}
</style>