Shades of Mandy #C56065
Tints of Mandy #C56065
RGB
CMYK
RGB Variations
Color information
#C56065 (or 0xC56065) is known color: Mandy. HEX triplet: C5, 60 and 65. RGB value is (197,96,101). Sum of RGB (Red+Green+Blue) = 197+96+101=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C56065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56065 is #3A9F9A. Grayscale: #7E7E7E. Windows color (decimal): -3841947 or 6643909. OLE color: 6643909.
HSL color Cylindrical-coordinate representation of color #C56065: hue angle of 357.03º 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 #C56065 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 101 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.23 |
| HSL | 357.03º | 0.47% | 0.57% | - |
| HSV(B) | 357.03º | 0.51% | 0.77% | - |
| XYZ | 29.56 | 21.18 | 14.84 | - |
| YUV | 126.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 101 | 0 | 0.51 | 0.49 | 0.23 | 357.03 | 0.47 | 0.57 |
| Hex | C5 | 60 | 65 | 0 | 33 | 31 | 17 | 165 | 2F | 39 |
| Octal | 305 | 140 | 145 | 0 | 63 | 61 | 27 | 545 | 57 | 71 |
| Binary | 11000101 | 1100000 | 1100101 | 0 | 110011 | 110001 | 10111 | 101100101 | 101111 | 111001 |
Color Harmonies of #C56065
Complementary color
Monochromatic Colors of #C56065
Black with #C56065
Text Example
Text Example
White with #C56065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56065; }
p { color: rgb(197,96,101); }
H1.HeaderClassName
{
color: #C56065;
}
.AnyTagClassName
{
color: #C56065;
}
</style>
background-color css
<style>
a { background-color: #C56065; }
a { background-color: rgb(197,96,101); }
div.DivClassName
{
background-color: #C56065;
}
.BgClassName
{
background-color: #C56065;
}
</style>
border-color css
<style>
span { border-color: #C56065; }
span { border-color: rgb(197,96,101); }
td.TdClassName
{
border-color: #C56065;
}
.TagClassName
{
border-color: #C56065;
}
</style>