Shades of Mandy #C05051
Tints of Mandy #C05051
RGB
CMYK
RGB Variations
Color information
#C05051 (or 0xC05051) is known color: Mandy. HEX triplet: C0, 50 and 51. RGB value is (192,80,81). Sum of RGB (Red+Green+Blue) = 192+80+81=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C05051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05051 is #3FAFAE. Grayscale: #717171. Windows color (decimal): -4173743 or 5329088. OLE color: 5329088.
HSL color Cylindrical-coordinate representation of color #C05051: hue angle of 359.46º 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 #C05051 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 81 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.25 |
| HSL | 359.46º | 0.47% | 0.53% | - |
| HSV(B) | 359.46º | 0.58% | 0.75% | - |
| XYZ | 26.09 | 17.54 | 9.79 | - |
| YUV | 113.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 81 | 0 | 0.58 | 0.58 | 0.25 | 359.46 | 0.47 | 0.53 |
| Hex | C0 | 50 | 51 | 0 | 3A | 3A | 19 | 167 | 2F | 35 |
| Octal | 300 | 120 | 121 | 0 | 72 | 72 | 31 | 547 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1010001 | 0 | 111010 | 111010 | 11001 | 101100111 | 101111 | 110101 |
Color Harmonies of #C05051
Complementary color
Monochromatic Colors of #C05051
Black with #C05051
Text Example
Text Example
White with #C05051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05051; }
p { color: rgb(192,80,81); }
H1.HeaderClassName
{
color: #C05051;
}
.AnyTagClassName
{
color: #C05051;
}
</style>
background-color css
<style>
a { background-color: #C05051; }
a { background-color: rgb(192,80,81); }
div.DivClassName
{
background-color: #C05051;
}
.BgClassName
{
background-color: #C05051;
}
</style>
border-color css
<style>
span { border-color: #C05051; }
span { border-color: rgb(192,80,81); }
td.TdClassName
{
border-color: #C05051;
}
.TagClassName
{
border-color: #C05051;
}
</style>