Shades of Mandy #C0505F
Tints of Mandy #C0505F
RGB
CMYK
RGB Variations
Color information
#C0505F (or 0xC0505F) is known color: Mandy. HEX triplet: C0, 50 and 5F. RGB value is (192,80,95). Sum of RGB (Red+Green+Blue) = 192+80+95=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0505F is #3FAFA0. Grayscale: #737373. Windows color (decimal): -4173729 or 6246592. OLE color: 6246592.
HSL color Cylindrical-coordinate representation of color #C0505F: hue angle of 351.96º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0505F is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 95 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.25 |
| HSL | 351.96º | 0.47% | 0.53% | - |
| HSV(B) | 351.96º | 0.58% | 0.75% | - |
| XYZ | 26.67 | 17.77 | 12.85 | - |
| YUV | 115.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 95 | 0 | 0.58 | 0.51 | 0.25 | 351.96 | 0.47 | 0.53 |
| Hex | C0 | 50 | 5F | 0 | 3A | 33 | 19 | 160 | 2F | 35 |
| Octal | 300 | 120 | 137 | 0 | 72 | 63 | 31 | 540 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1011111 | 0 | 111010 | 110011 | 11001 | 101100000 | 101111 | 110101 |
Color Harmonies of #C0505F
Complementary color
Monochromatic Colors of #C0505F
Black with #C0505F
Text Example
Text Example
White with #C0505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0505F; }
p { color: rgb(192,80,95); }
H1.HeaderClassName
{
color: #C0505F;
}
.AnyTagClassName
{
color: #C0505F;
}
</style>
background-color css
<style>
a { background-color: #C0505F; }
a { background-color: rgb(192,80,95); }
div.DivClassName
{
background-color: #C0505F;
}
.BgClassName
{
background-color: #C0505F;
}
</style>
border-color css
<style>
span { border-color: #C0505F; }
span { border-color: rgb(192,80,95); }
td.TdClassName
{
border-color: #C0505F;
}
.TagClassName
{
border-color: #C0505F;
}
</style>