Shades of Mandy #C0505D
Tints of Mandy #C0505D
RGB
CMYK
RGB Variations
Color information
#C0505D (or 0xC0505D) is known color: Mandy. HEX triplet: C0, 50 and 5D. RGB value is (192,80,93). Sum of RGB (Red+Green+Blue) = 192+80+93=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0505D is #3FAFA2. Grayscale: #737373. Windows color (decimal): -4173731 or 6115520. OLE color: 6115520.
HSL color Cylindrical-coordinate representation of color #C0505D: hue angle of 353.04º 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 #C0505D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 93 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.25 |
| HSL | 353.04º | 0.47% | 0.53% | - |
| HSV(B) | 353.04º | 0.58% | 0.75% | - |
| XYZ | 26.58 | 17.73 | 12.38 | - |
| YUV | 114.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 93 | 0 | 0.58 | 0.52 | 0.25 | 353.04 | 0.47 | 0.53 |
| Hex | C0 | 50 | 5D | 0 | 3A | 34 | 19 | 161 | 2F | 35 |
| Octal | 300 | 120 | 135 | 0 | 72 | 64 | 31 | 541 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1011101 | 0 | 111010 | 110100 | 11001 | 101100001 | 101111 | 110101 |
Color Harmonies of #C0505D
Complementary color
Monochromatic Colors of #C0505D
Black with #C0505D
Text Example
Text Example
White with #C0505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0505D; }
p { color: rgb(192,80,93); }
H1.HeaderClassName
{
color: #C0505D;
}
.AnyTagClassName
{
color: #C0505D;
}
</style>
background-color css
<style>
a { background-color: #C0505D; }
a { background-color: rgb(192,80,93); }
div.DivClassName
{
background-color: #C0505D;
}
.BgClassName
{
background-color: #C0505D;
}
</style>
border-color css
<style>
span { border-color: #C0505D; }
span { border-color: rgb(192,80,93); }
td.TdClassName
{
border-color: #C0505D;
}
.TagClassName
{
border-color: #C0505D;
}
</style>