Shades of Mandy #C0565D
Tints of Mandy #C0565D
RGB
CMYK
RGB Variations
Color information
#C0565D (or 0xC0565D) is known color: Mandy. HEX triplet: C0, 56 and 5D. RGB value is (192,86,93). Sum of RGB (Red+Green+Blue) = 192+86+93=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0565D is #3FA9A2. Grayscale: #767676. Windows color (decimal): -4172195 or 6117056. OLE color: 6117056.
HSL color Cylindrical-coordinate representation of color #C0565D: hue angle of 356.04º 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 #C0565D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 93 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.25 |
| HSL | 356.04º | 0.46% | 0.55% | - |
| HSV(B) | 356.04º | 0.55% | 0.75% | - |
| XYZ | 27.04 | 18.65 | 12.53 | - |
| YUV | 118.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 93 | 0 | 0.55 | 0.52 | 0.25 | 356.04 | 0.46 | 0.55 |
| Hex | C0 | 56 | 5D | 0 | 37 | 34 | 19 | 164 | 2E | 37 |
| Octal | 300 | 126 | 135 | 0 | 67 | 64 | 31 | 544 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1011101 | 0 | 110111 | 110100 | 11001 | 101100100 | 101110 | 110111 |
Color Harmonies of #C0565D
Complementary color
Monochromatic Colors of #C0565D
Black with #C0565D
Text Example
Text Example
White with #C0565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0565D; }
p { color: rgb(192,86,93); }
H1.HeaderClassName
{
color: #C0565D;
}
.AnyTagClassName
{
color: #C0565D;
}
</style>
background-color css
<style>
a { background-color: #C0565D; }
a { background-color: rgb(192,86,93); }
div.DivClassName
{
background-color: #C0565D;
}
.BgClassName
{
background-color: #C0565D;
}
</style>
border-color css
<style>
span { border-color: #C0565D; }
span { border-color: rgb(192,86,93); }
td.TdClassName
{
border-color: #C0565D;
}
.TagClassName
{
border-color: #C0565D;
}
</style>