Shades of Mandy #C0565E
Tints of Mandy #C0565E
RGB
CMYK
RGB Variations
Color information
#C0565E (or 0xC0565E) is known color: Mandy. HEX triplet: C0, 56 and 5E. RGB value is (192,86,94). Sum of RGB (Red+Green+Blue) = 192+86+94=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0565E is #3FA9A1. Grayscale: #767676. Windows color (decimal): -4172194 or 6182592. OLE color: 6182592.
HSL color Cylindrical-coordinate representation of color #C0565E: hue angle of 355.47º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0565E is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 94 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.25 |
| HSL | 355.47º | 0.46% | 0.55% | - |
| HSV(B) | 355.47º | 0.55% | 0.75% | - |
| XYZ | 27.09 | 18.67 | 12.77 | - |
| YUV | 118.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 94 | 0 | 0.55 | 0.51 | 0.25 | 355.47 | 0.46 | 0.55 |
| Hex | C0 | 56 | 5E | 0 | 37 | 33 | 19 | 163 | 2E | 37 |
| Octal | 300 | 126 | 136 | 0 | 67 | 63 | 31 | 543 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1011110 | 0 | 110111 | 110011 | 11001 | 101100011 | 101110 | 110111 |
Color Harmonies of #C0565E
Complementary color
Monochromatic Colors of #C0565E
Black with #C0565E
Text Example
Text Example
White with #C0565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0565E; }
p { color: rgb(192,86,94); }
H1.HeaderClassName
{
color: #C0565E;
}
.AnyTagClassName
{
color: #C0565E;
}
</style>
background-color css
<style>
a { background-color: #C0565E; }
a { background-color: rgb(192,86,94); }
div.DivClassName
{
background-color: #C0565E;
}
.BgClassName
{
background-color: #C0565E;
}
</style>
border-color css
<style>
span { border-color: #C0565E; }
span { border-color: rgb(192,86,94); }
td.TdClassName
{
border-color: #C0565E;
}
.TagClassName
{
border-color: #C0565E;
}
</style>