Shades of Mandy #C05A5D
Tints of Mandy #C05A5D
RGB
CMYK
RGB Variations
Color information
#C05A5D (or 0xC05A5D) is known color: Mandy. HEX triplet: C0, 5A and 5D. RGB value is (192,90,93). Sum of RGB (Red+Green+Blue) = 192+90+93=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A5D is #3FA5A2. Grayscale: #787878. Windows color (decimal): -4171171 or 6118080. OLE color: 6118080.
HSL color Cylindrical-coordinate representation of color #C05A5D: hue angle of 358.24º 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 #C05A5D is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 93 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.25 |
| HSL | 358.24º | 0.45% | 0.55% | - |
| HSV(B) | 358.24º | 0.53% | 0.75% | - |
| XYZ | 27.37 | 19.31 | 12.64 | - |
| YUV | 120.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 93 | 0 | 0.53 | 0.52 | 0.25 | 358.24 | 0.45 | 0.55 |
| Hex | C0 | 5A | 5D | 0 | 35 | 34 | 19 | 166 | 2D | 37 |
| Octal | 300 | 132 | 135 | 0 | 65 | 64 | 31 | 546 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1011101 | 0 | 110101 | 110100 | 11001 | 101100110 | 101101 | 110111 |
Color Harmonies of #C05A5D
Complementary color
Monochromatic Colors of #C05A5D
Black with #C05A5D
Text Example
Text Example
White with #C05A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A5D; }
p { color: rgb(192,90,93); }
H1.HeaderClassName
{
color: #C05A5D;
}
.AnyTagClassName
{
color: #C05A5D;
}
</style>
background-color css
<style>
a { background-color: #C05A5D; }
a { background-color: rgb(192,90,93); }
div.DivClassName
{
background-color: #C05A5D;
}
.BgClassName
{
background-color: #C05A5D;
}
</style>
border-color css
<style>
span { border-color: #C05A5D; }
span { border-color: rgb(192,90,93); }
td.TdClassName
{
border-color: #C05A5D;
}
.TagClassName
{
border-color: #C05A5D;
}
</style>