Shades of Mandy #C05A64
Tints of Mandy #C05A64
RGB
CMYK
RGB Variations
Color information
#C05A64 (or 0xC05A64) is known color: Mandy. HEX triplet: C0, 5A and 64. RGB value is (192,90,100). Sum of RGB (Red+Green+Blue) = 192+90+100=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A64 is #3FA59B. Grayscale: #797979. Windows color (decimal): -4171164 or 6576832. OLE color: 6576832.
HSL color Cylindrical-coordinate representation of color #C05A64: hue angle of 354.12º 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 #C05A64 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 100 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.25 |
| HSL | 354.12º | 0.45% | 0.55% | - |
| HSV(B) | 354.12º | 0.53% | 0.75% | - |
| XYZ | 27.69 | 19.44 | 14.35 | - |
| YUV | 121.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 100 | 0 | 0.53 | 0.48 | 0.25 | 354.12 | 0.45 | 0.55 |
| Hex | C0 | 5A | 64 | 0 | 35 | 30 | 19 | 162 | 2D | 37 |
| Octal | 300 | 132 | 144 | 0 | 65 | 60 | 31 | 542 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1100100 | 0 | 110101 | 110000 | 11001 | 101100010 | 101101 | 110111 |
Color Harmonies of #C05A64
Complementary color
Monochromatic Colors of #C05A64
Black with #C05A64
Text Example
Text Example
White with #C05A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A64; }
p { color: rgb(192,90,100); }
H1.HeaderClassName
{
color: #C05A64;
}
.AnyTagClassName
{
color: #C05A64;
}
</style>
background-color css
<style>
a { background-color: #C05A64; }
a { background-color: rgb(192,90,100); }
div.DivClassName
{
background-color: #C05A64;
}
.BgClassName
{
background-color: #C05A64;
}
</style>
border-color css
<style>
span { border-color: #C05A64; }
span { border-color: rgb(192,90,100); }
td.TdClassName
{
border-color: #C05A64;
}
.TagClassName
{
border-color: #C05A64;
}
</style>