Shades of Mandy #C04B50
Tints of Mandy #C04B50
RGB
CMYK
RGB Variations
Color information
#C04B50 (or 0xC04B50) is known color: Mandy. HEX triplet: C0, 4B and 50. RGB value is (192,75,80). Sum of RGB (Red+Green+Blue) = 192+75+80=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B50 is #3FB4AF. Grayscale: #6E6E6E. Windows color (decimal): -4175024 or 5262272. OLE color: 5262272.
HSL color Cylindrical-coordinate representation of color #C04B50: hue angle of 357.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B50 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 80 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.25 |
| HSL | 357.44º | 0.48% | 0.52% | - |
| HSV(B) | 357.44º | 0.61% | 0.75% | - |
| XYZ | 25.7 | 16.82 | 9.48 | - |
| YUV | 110.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 80 | 0 | 0.61 | 0.58 | 0.25 | 357.44 | 0.48 | 0.52 |
| Hex | C0 | 4B | 50 | 0 | 3D | 3A | 19 | 165 | 30 | 34 |
| Octal | 300 | 113 | 120 | 0 | 75 | 72 | 31 | 545 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1010000 | 0 | 111101 | 111010 | 11001 | 101100101 | 110000 | 110100 |
Color Harmonies of #C04B50
Complementary color
Monochromatic Colors of #C04B50
Black with #C04B50
Text Example
Text Example
White with #C04B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B50; }
p { color: rgb(192,75,80); }
H1.HeaderClassName
{
color: #C04B50;
}
.AnyTagClassName
{
color: #C04B50;
}
</style>
background-color css
<style>
a { background-color: #C04B50; }
a { background-color: rgb(192,75,80); }
div.DivClassName
{
background-color: #C04B50;
}
.BgClassName
{
background-color: #C04B50;
}
</style>
border-color css
<style>
span { border-color: #C04B50; }
span { border-color: rgb(192,75,80); }
td.TdClassName
{
border-color: #C04B50;
}
.TagClassName
{
border-color: #C04B50;
}
</style>