Shades of Mandy #C05B5F
Tints of Mandy #C05B5F
RGB
CMYK
RGB Variations
Color information
#C05B5F (or 0xC05B5F) is known color: Mandy. HEX triplet: C0, 5B and 5F. RGB value is (192,91,95). Sum of RGB (Red+Green+Blue) = 192+91+95=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B5F is #3FA4A0. Grayscale: #797979. Windows color (decimal): -4170913 or 6249408. OLE color: 6249408.
HSL color Cylindrical-coordinate representation of color #C05B5F: hue angle of 357.62º 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 #C05B5F is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 95 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.25 |
| HSL | 357.62º | 0.44% | 0.55% | - |
| HSV(B) | 357.62º | 0.53% | 0.75% | - |
| XYZ | 27.54 | 19.51 | 13.14 | - |
| YUV | 121.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 95 | 0 | 0.53 | 0.51 | 0.25 | 357.62 | 0.44 | 0.55 |
| Hex | C0 | 5B | 5F | 0 | 35 | 33 | 19 | 166 | 2C | 37 |
| Octal | 300 | 133 | 137 | 0 | 65 | 63 | 31 | 546 | 54 | 67 |
| Binary | 11000000 | 1011011 | 1011111 | 0 | 110101 | 110011 | 11001 | 101100110 | 101100 | 110111 |
Color Harmonies of #C05B5F
Complementary color
Monochromatic Colors of #C05B5F
Black with #C05B5F
Text Example
Text Example
White with #C05B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B5F; }
p { color: rgb(192,91,95); }
H1.HeaderClassName
{
color: #C05B5F;
}
.AnyTagClassName
{
color: #C05B5F;
}
</style>
background-color css
<style>
a { background-color: #C05B5F; }
a { background-color: rgb(192,91,95); }
div.DivClassName
{
background-color: #C05B5F;
}
.BgClassName
{
background-color: #C05B5F;
}
</style>
border-color css
<style>
span { border-color: #C05B5F; }
span { border-color: rgb(192,91,95); }
td.TdClassName
{
border-color: #C05B5F;
}
.TagClassName
{
border-color: #C05B5F;
}
</style>