Shades of Mandy #C0585B
Tints of Mandy #C0585B
RGB
CMYK
RGB Variations
Color information
#C0585B (or 0xC0585B) is known color: Mandy. HEX triplet: C0, 58 and 5B. RGB value is (192,88,91). Sum of RGB (Red+Green+Blue) = 192+88+91=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0585B is #3FA7A4. Grayscale: #777777. Windows color (decimal): -4171685 or 5986496. OLE color: 5986496.
HSL color Cylindrical-coordinate representation of color #C0585B: hue angle of 358.27º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0585B is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 91 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.25 |
| HSL | 358.27º | 0.45% | 0.55% | - |
| HSV(B) | 358.27º | 0.54% | 0.75% | - |
| XYZ | 27.12 | 18.94 | 12.12 | - |
| YUV | 119.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 91 | 0 | 0.54 | 0.53 | 0.25 | 358.27 | 0.45 | 0.55 |
| Hex | C0 | 58 | 5B | 0 | 36 | 35 | 19 | 166 | 2D | 37 |
| Octal | 300 | 130 | 133 | 0 | 66 | 65 | 31 | 546 | 55 | 67 |
| Binary | 11000000 | 1011000 | 1011011 | 0 | 110110 | 110101 | 11001 | 101100110 | 101101 | 110111 |
Color Harmonies of #C0585B
Complementary color
Monochromatic Colors of #C0585B
Black with #C0585B
Text Example
Text Example
White with #C0585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0585B; }
p { color: rgb(192,88,91); }
H1.HeaderClassName
{
color: #C0585B;
}
.AnyTagClassName
{
color: #C0585B;
}
</style>
background-color css
<style>
a { background-color: #C0585B; }
a { background-color: rgb(192,88,91); }
div.DivClassName
{
background-color: #C0585B;
}
.BgClassName
{
background-color: #C0585B;
}
</style>
border-color css
<style>
span { border-color: #C0585B; }
span { border-color: rgb(192,88,91); }
td.TdClassName
{
border-color: #C0585B;
}
.TagClassName
{
border-color: #C0585B;
}
</style>