Shades of Mandy #C0565C
Tints of Mandy #C0565C
RGB
CMYK
RGB Variations
Color information
#C0565C (or 0xC0565C) is known color: Mandy. HEX triplet: C0, 56 and 5C. RGB value is (192,86,92). Sum of RGB (Red+Green+Blue) = 192+86+92=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0565C is #3FA9A3. Grayscale: #767676. Windows color (decimal): -4172196 or 6051520. OLE color: 6051520.
HSL color Cylindrical-coordinate representation of color #C0565C: hue angle of 356.6º 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 #C0565C is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 92 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.25 |
| HSL | 356.6º | 0.46% | 0.55% | - |
| HSV(B) | 356.6º | 0.55% | 0.75% | - |
| XYZ | 27 | 18.63 | 12.3 | - |
| YUV | 118.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 92 | 0 | 0.55 | 0.52 | 0.25 | 356.6 | 0.46 | 0.55 |
| Hex | C0 | 56 | 5C | 0 | 37 | 34 | 19 | 165 | 2E | 37 |
| Octal | 300 | 126 | 134 | 0 | 67 | 64 | 31 | 545 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1011100 | 0 | 110111 | 110100 | 11001 | 101100101 | 101110 | 110111 |
Color Harmonies of #C0565C
Complementary color
Monochromatic Colors of #C0565C
Black with #C0565C
Text Example
Text Example
White with #C0565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0565C; }
p { color: rgb(192,86,92); }
H1.HeaderClassName
{
color: #C0565C;
}
.AnyTagClassName
{
color: #C0565C;
}
</style>
background-color css
<style>
a { background-color: #C0565C; }
a { background-color: rgb(192,86,92); }
div.DivClassName
{
background-color: #C0565C;
}
.BgClassName
{
background-color: #C0565C;
}
</style>
border-color css
<style>
span { border-color: #C0565C; }
span { border-color: rgb(192,86,92); }
td.TdClassName
{
border-color: #C0565C;
}
.TagClassName
{
border-color: #C0565C;
}
</style>