Shades of Mandy #C05053
Tints of Mandy #C05053
RGB
CMYK
RGB Variations
Color information
#C05053 (or 0xC05053) is known color: Mandy. HEX triplet: C0, 50 and 53. RGB value is (192,80,83). Sum of RGB (Red+Green+Blue) = 192+80+83=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C05053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05053 is #3FAFAC. Grayscale: #717171. Windows color (decimal): -4173741 or 5460160. OLE color: 5460160.
HSL color Cylindrical-coordinate representation of color #C05053: hue angle of 358.39º 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 #C05053 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 83 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.25 |
| HSL | 358.39º | 0.47% | 0.53% | - |
| HSV(B) | 358.39º | 0.58% | 0.75% | - |
| XYZ | 26.17 | 17.57 | 10.2 | - |
| YUV | 113.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 83 | 0 | 0.58 | 0.57 | 0.25 | 358.39 | 0.47 | 0.53 |
| Hex | C0 | 50 | 53 | 0 | 3A | 39 | 19 | 166 | 2F | 35 |
| Octal | 300 | 120 | 123 | 0 | 72 | 71 | 31 | 546 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1010011 | 0 | 111010 | 111001 | 11001 | 101100110 | 101111 | 110101 |
Color Harmonies of #C05053
Complementary color
Monochromatic Colors of #C05053
Black with #C05053
Text Example
Text Example
White with #C05053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05053; }
p { color: rgb(192,80,83); }
H1.HeaderClassName
{
color: #C05053;
}
.AnyTagClassName
{
color: #C05053;
}
</style>
background-color css
<style>
a { background-color: #C05053; }
a { background-color: rgb(192,80,83); }
div.DivClassName
{
background-color: #C05053;
}
.BgClassName
{
background-color: #C05053;
}
</style>
border-color css
<style>
span { border-color: #C05053; }
span { border-color: rgb(192,80,83); }
td.TdClassName
{
border-color: #C05053;
}
.TagClassName
{
border-color: #C05053;
}
</style>