Shades of Mandy #C0585D
Tints of Mandy #C0585D
RGB
CMYK
RGB Variations
Color information
#C0585D (or 0xC0585D) is known color: Mandy. HEX triplet: C0, 58 and 5D. RGB value is (192,88,93). Sum of RGB (Red+Green+Blue) = 192+88+93=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0585D is #3FA7A2. Grayscale: #777777. Windows color (decimal): -4171683 or 6117568. OLE color: 6117568.
HSL color Cylindrical-coordinate representation of color #C0585D: hue angle of 357.12º 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 #C0585D is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 93 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.25 |
| HSL | 357.12º | 0.45% | 0.55% | - |
| HSV(B) | 357.12º | 0.54% | 0.75% | - |
| XYZ | 27.2 | 18.98 | 12.58 | - |
| YUV | 119.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 93 | 0 | 0.54 | 0.52 | 0.25 | 357.12 | 0.45 | 0.55 |
| Hex | C0 | 58 | 5D | 0 | 36 | 34 | 19 | 165 | 2D | 37 |
| Octal | 300 | 130 | 135 | 0 | 66 | 64 | 31 | 545 | 55 | 67 |
| Binary | 11000000 | 1011000 | 1011101 | 0 | 110110 | 110100 | 11001 | 101100101 | 101101 | 110111 |
Color Harmonies of #C0585D
Complementary color
Monochromatic Colors of #C0585D
Black with #C0585D
Text Example
Text Example
White with #C0585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0585D; }
p { color: rgb(192,88,93); }
H1.HeaderClassName
{
color: #C0585D;
}
.AnyTagClassName
{
color: #C0585D;
}
</style>
background-color css
<style>
a { background-color: #C0585D; }
a { background-color: rgb(192,88,93); }
div.DivClassName
{
background-color: #C0585D;
}
.BgClassName
{
background-color: #C0585D;
}
</style>
border-color css
<style>
span { border-color: #C0585D; }
span { border-color: rgb(192,88,93); }
td.TdClassName
{
border-color: #C0585D;
}
.TagClassName
{
border-color: #C0585D;
}
</style>