Shades of Mandy #C0505B
Tints of Mandy #C0505B
RGB
CMYK
RGB Variations
Color information
#C0505B (or 0xC0505B) is known color: Mandy. HEX triplet: C0, 50 and 5B. RGB value is (192,80,91). Sum of RGB (Red+Green+Blue) = 192+80+91=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0505B is #3FAFA4. Grayscale: #727272. Windows color (decimal): -4173733 or 5984448. OLE color: 5984448.
HSL color Cylindrical-coordinate representation of color #C0505B: hue angle of 354.11º 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 #C0505B is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 91 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.25 |
| HSL | 354.11º | 0.47% | 0.53% | - |
| HSV(B) | 354.11º | 0.58% | 0.75% | - |
| XYZ | 26.5 | 17.7 | 11.92 | - |
| YUV | 114.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 91 | 0 | 0.58 | 0.53 | 0.25 | 354.11 | 0.47 | 0.53 |
| Hex | C0 | 50 | 5B | 0 | 3A | 35 | 19 | 162 | 2F | 35 |
| Octal | 300 | 120 | 133 | 0 | 72 | 65 | 31 | 542 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1011011 | 0 | 111010 | 110101 | 11001 | 101100010 | 101111 | 110101 |
Color Harmonies of #C0505B
Complementary color
Monochromatic Colors of #C0505B
Black with #C0505B
Text Example
Text Example
White with #C0505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0505B; }
p { color: rgb(192,80,91); }
H1.HeaderClassName
{
color: #C0505B;
}
.AnyTagClassName
{
color: #C0505B;
}
</style>
background-color css
<style>
a { background-color: #C0505B; }
a { background-color: rgb(192,80,91); }
div.DivClassName
{
background-color: #C0505B;
}
.BgClassName
{
background-color: #C0505B;
}
</style>
border-color css
<style>
span { border-color: #C0505B; }
span { border-color: rgb(192,80,91); }
td.TdClassName
{
border-color: #C0505B;
}
.TagClassName
{
border-color: #C0505B;
}
</style>