Shades of Mandy #C0505A
Tints of Mandy #C0505A
RGB
CMYK
RGB Variations
Color information
#C0505A (or 0xC0505A) is known color: Mandy. HEX triplet: C0, 50 and 5A. RGB value is (192,80,90). Sum of RGB (Red+Green+Blue) = 192+80+90=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0505A is #3FAFA5. Grayscale: #727272. Windows color (decimal): -4173734 or 5918912. OLE color: 5918912.
HSL color Cylindrical-coordinate representation of color #C0505A: hue angle of 354.64º 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 #C0505A is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 90 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.25 |
| HSL | 354.64º | 0.47% | 0.53% | - |
| HSV(B) | 354.64º | 0.58% | 0.75% | - |
| XYZ | 26.45 | 17.68 | 11.69 | - |
| YUV | 114.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 90 | 0 | 0.58 | 0.53 | 0.25 | 354.64 | 0.47 | 0.53 |
| Hex | C0 | 50 | 5A | 0 | 3A | 35 | 19 | 163 | 2F | 35 |
| Octal | 300 | 120 | 132 | 0 | 72 | 65 | 31 | 543 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1011010 | 0 | 111010 | 110101 | 11001 | 101100011 | 101111 | 110101 |
Color Harmonies of #C0505A
Complementary color
Monochromatic Colors of #C0505A
Black with #C0505A
Text Example
Text Example
White with #C0505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0505A; }
p { color: rgb(192,80,90); }
H1.HeaderClassName
{
color: #C0505A;
}
.AnyTagClassName
{
color: #C0505A;
}
</style>
background-color css
<style>
a { background-color: #C0505A; }
a { background-color: rgb(192,80,90); }
div.DivClassName
{
background-color: #C0505A;
}
.BgClassName
{
background-color: #C0505A;
}
</style>
border-color css
<style>
span { border-color: #C0505A; }
span { border-color: rgb(192,80,90); }
td.TdClassName
{
border-color: #C0505A;
}
.TagClassName
{
border-color: #C0505A;
}
</style>