Shades of Mandy #C05A5E
Tints of Mandy #C05A5E
RGB
CMYK
RGB Variations
Color information
#C05A5E (or 0xC05A5E) is known color: Mandy. HEX triplet: C0, 5A and 5E. RGB value is (192,90,94). Sum of RGB (Red+Green+Blue) = 192+90+94=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A5E is #3FA5A1. Grayscale: #797979. Windows color (decimal): -4171170 or 6183616. OLE color: 6183616.
HSL color Cylindrical-coordinate representation of color #C05A5E: hue angle of 357.65º 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 #C05A5E is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 94 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.25 |
| HSL | 357.65º | 0.45% | 0.55% | - |
| HSV(B) | 357.65º | 0.53% | 0.75% | - |
| XYZ | 27.41 | 19.33 | 12.88 | - |
| YUV | 120.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 94 | 0 | 0.53 | 0.51 | 0.25 | 357.65 | 0.45 | 0.55 |
| Hex | C0 | 5A | 5E | 0 | 35 | 33 | 19 | 166 | 2D | 37 |
| Octal | 300 | 132 | 136 | 0 | 65 | 63 | 31 | 546 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1011110 | 0 | 110101 | 110011 | 11001 | 101100110 | 101101 | 110111 |
Color Harmonies of #C05A5E
Complementary color
Monochromatic Colors of #C05A5E
Black with #C05A5E
Text Example
Text Example
White with #C05A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A5E; }
p { color: rgb(192,90,94); }
H1.HeaderClassName
{
color: #C05A5E;
}
.AnyTagClassName
{
color: #C05A5E;
}
</style>
background-color css
<style>
a { background-color: #C05A5E; }
a { background-color: rgb(192,90,94); }
div.DivClassName
{
background-color: #C05A5E;
}
.BgClassName
{
background-color: #C05A5E;
}
</style>
border-color css
<style>
span { border-color: #C05A5E; }
span { border-color: rgb(192,90,94); }
td.TdClassName
{
border-color: #C05A5E;
}
.TagClassName
{
border-color: #C05A5E;
}
</style>