Shades of Mandy #C04D50
Tints of Mandy #C04D50
RGB
CMYK
RGB Variations
Color information
#C04D50 (or 0xC04D50) is known color: Mandy. HEX triplet: C0, 4D and 50. RGB value is (192,77,80). Sum of RGB (Red+Green+Blue) = 192+77+80=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D50 is #3FB2AF. Grayscale: #6F6F6F. Windows color (decimal): -4174512 or 5262784. OLE color: 5262784.
HSL color Cylindrical-coordinate representation of color #C04D50: hue angle of 358.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D50 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 80 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.25 |
| HSL | 358.43º | 0.48% | 0.53% | - |
| HSV(B) | 358.43º | 0.6% | 0.75% | - |
| XYZ | 25.84 | 17.09 | 9.53 | - |
| YUV | 111.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 80 | 0 | 0.60 | 0.58 | 0.25 | 358.43 | 0.48 | 0.53 |
| Hex | C0 | 4D | 50 | 0 | 3C | 3A | 19 | 166 | 30 | 35 |
| Octal | 300 | 115 | 120 | 0 | 74 | 72 | 31 | 546 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1010000 | 0 | 111100 | 111010 | 11001 | 101100110 | 110000 | 110101 |
Color Harmonies of #C04D50
Complementary color
Monochromatic Colors of #C04D50
Black with #C04D50
Text Example
Text Example
White with #C04D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D50; }
p { color: rgb(192,77,80); }
H1.HeaderClassName
{
color: #C04D50;
}
.AnyTagClassName
{
color: #C04D50;
}
</style>
background-color css
<style>
a { background-color: #C04D50; }
a { background-color: rgb(192,77,80); }
div.DivClassName
{
background-color: #C04D50;
}
.BgClassName
{
background-color: #C04D50;
}
</style>
border-color css
<style>
span { border-color: #C04D50; }
span { border-color: rgb(192,77,80); }
td.TdClassName
{
border-color: #C04D50;
}
.TagClassName
{
border-color: #C04D50;
}
</style>