Shades of Mandy #C85E5F
Tints of Mandy #C85E5F
RGB
CMYK
RGB Variations
Color information
#C85E5F (or 0xC85E5F) is known color: Mandy. HEX triplet: C8, 5E and 5F. RGB value is (200,94,95). Sum of RGB (Red+Green+Blue) = 200+94+95=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E5F is #37A1A0. Grayscale: #7D7D7D. Windows color (decimal): -3645857 or 6250184. OLE color: 6250184.
HSL color Cylindrical-coordinate representation of color #C85E5F: hue angle of 359.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85E5F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 95 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.22 |
| HSL | 359.43º | 0.49% | 0.58% | - |
| HSV(B) | 359.43º | 0.53% | 0.78% | - |
| XYZ | 29.89 | 21.11 | 13.33 | - |
| YUV | 125.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 95 | 0 | 0.53 | 0.52 | 0.22 | 359.43 | 0.49 | 0.58 |
| Hex | C8 | 5E | 5F | 0 | 35 | 34 | 16 | 167 | 31 | 3A |
| Octal | 310 | 136 | 137 | 0 | 65 | 64 | 26 | 547 | 61 | 72 |
| Binary | 11001000 | 1011110 | 1011111 | 0 | 110101 | 110100 | 10110 | 101100111 | 110001 | 111010 |
Color Harmonies of #C85E5F
Complementary color
Monochromatic Colors of #C85E5F
Black with #C85E5F
Text Example
Text Example
White with #C85E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E5F; }
p { color: rgb(200,94,95); }
H1.HeaderClassName
{
color: #C85E5F;
}
.AnyTagClassName
{
color: #C85E5F;
}
</style>
background-color css
<style>
a { background-color: #C85E5F; }
a { background-color: rgb(200,94,95); }
div.DivClassName
{
background-color: #C85E5F;
}
.BgClassName
{
background-color: #C85E5F;
}
</style>
border-color css
<style>
span { border-color: #C85E5F; }
span { border-color: rgb(200,94,95); }
td.TdClassName
{
border-color: #C85E5F;
}
.TagClassName
{
border-color: #C85E5F;
}
</style>