Shades of Mandy #C05B5C
Tints of Mandy #C05B5C
RGB
CMYK
RGB Variations
Color information
#C05B5C (or 0xC05B5C) is known color: Mandy. HEX triplet: C0, 5B and 5C. RGB value is (192,91,92). Sum of RGB (Red+Green+Blue) = 192+91+92=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B5C is #3FA4A3. Grayscale: #797979. Windows color (decimal): -4170916 or 6052800. OLE color: 6052800.
HSL color Cylindrical-coordinate representation of color #C05B5C: hue angle of 359.41º degrees, saturation: 0.44, 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 #C05B5C is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 92 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.25 |
| HSL | 359.41º | 0.44% | 0.55% | - |
| HSV(B) | 359.41º | 0.53% | 0.75% | - |
| XYZ | 27.41 | 19.46 | 12.44 | - |
| YUV | 121.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 92 | 0 | 0.53 | 0.52 | 0.25 | 359.41 | 0.44 | 0.55 |
| Hex | C0 | 5B | 5C | 0 | 35 | 34 | 19 | 167 | 2C | 37 |
| Octal | 300 | 133 | 134 | 0 | 65 | 64 | 31 | 547 | 54 | 67 |
| Binary | 11000000 | 1011011 | 1011100 | 0 | 110101 | 110100 | 11001 | 101100111 | 101100 | 110111 |
Color Harmonies of #C05B5C
Complementary color
Monochromatic Colors of #C05B5C
Black with #C05B5C
Text Example
Text Example
White with #C05B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B5C; }
p { color: rgb(192,91,92); }
H1.HeaderClassName
{
color: #C05B5C;
}
.AnyTagClassName
{
color: #C05B5C;
}
</style>
background-color css
<style>
a { background-color: #C05B5C; }
a { background-color: rgb(192,91,92); }
div.DivClassName
{
background-color: #C05B5C;
}
.BgClassName
{
background-color: #C05B5C;
}
</style>
border-color css
<style>
span { border-color: #C05B5C; }
span { border-color: rgb(192,91,92); }
td.TdClassName
{
border-color: #C05B5C;
}
.TagClassName
{
border-color: #C05B5C;
}
</style>