Shades of Mandy #C05A62
Tints of Mandy #C05A62
RGB
CMYK
RGB Variations
Color information
#C05A62 (or 0xC05A62) is known color: Mandy. HEX triplet: C0, 5A and 62. RGB value is (192,90,98). Sum of RGB (Red+Green+Blue) = 192+90+98=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A62 is #3FA59D. Grayscale: #797979. Windows color (decimal): -4171166 or 6445760. OLE color: 6445760.
HSL color Cylindrical-coordinate representation of color #C05A62: hue angle of 355.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A62 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 98 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.25 |
| HSL | 355.29º | 0.45% | 0.55% | - |
| HSV(B) | 355.29º | 0.53% | 0.75% | - |
| XYZ | 27.6 | 19.4 | 13.85 | - |
| YUV | 121.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 98 | 0 | 0.53 | 0.49 | 0.25 | 355.29 | 0.45 | 0.55 |
| Hex | C0 | 5A | 62 | 0 | 35 | 31 | 19 | 163 | 2D | 37 |
| Octal | 300 | 132 | 142 | 0 | 65 | 61 | 31 | 543 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1100010 | 0 | 110101 | 110001 | 11001 | 101100011 | 101101 | 110111 |
Color Harmonies of #C05A62
Complementary color
Monochromatic Colors of #C05A62
Black with #C05A62
Text Example
Text Example
White with #C05A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A62; }
p { color: rgb(192,90,98); }
H1.HeaderClassName
{
color: #C05A62;
}
.AnyTagClassName
{
color: #C05A62;
}
</style>
background-color css
<style>
a { background-color: #C05A62; }
a { background-color: rgb(192,90,98); }
div.DivClassName
{
background-color: #C05A62;
}
.BgClassName
{
background-color: #C05A62;
}
</style>
border-color css
<style>
span { border-color: #C05A62; }
span { border-color: rgb(192,90,98); }
td.TdClassName
{
border-color: #C05A62;
}
.TagClassName
{
border-color: #C05A62;
}
</style>