Shades of Mandy #C85C5F
Tints of Mandy #C85C5F
RGB
CMYK
RGB Variations
Color information
#C85C5F (or 0xC85C5F) is known color: Mandy. HEX triplet: C8, 5C and 5F. RGB value is (200,92,95). Sum of RGB (Red+Green+Blue) = 200+92+95=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C5F is #37A3A0. Grayscale: #7C7C7C. Windows color (decimal): -3646369 or 6249672. OLE color: 6249672.
HSL color Cylindrical-coordinate representation of color #C85C5F: hue angle of 358.33º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85C5F is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 95 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.22 |
| HSL | 358.33º | 0.5% | 0.57% | - |
| HSV(B) | 358.33º | 0.54% | 0.78% | - |
| XYZ | 29.71 | 20.76 | 13.27 | - |
| YUV | 124.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 95 | 0 | 0.54 | 0.52 | 0.22 | 358.33 | 0.5 | 0.57 |
| Hex | C8 | 5C | 5F | 0 | 36 | 34 | 16 | 166 | 32 | 39 |
| Octal | 310 | 134 | 137 | 0 | 66 | 64 | 26 | 546 | 62 | 71 |
| Binary | 11001000 | 1011100 | 1011111 | 0 | 110110 | 110100 | 10110 | 101100110 | 110010 | 111001 |
Color Harmonies of #C85C5F
Complementary color
Monochromatic Colors of #C85C5F
Black with #C85C5F
Text Example
Text Example
White with #C85C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C5F; }
p { color: rgb(200,92,95); }
H1.HeaderClassName
{
color: #C85C5F;
}
.AnyTagClassName
{
color: #C85C5F;
}
</style>
background-color css
<style>
a { background-color: #C85C5F; }
a { background-color: rgb(200,92,95); }
div.DivClassName
{
background-color: #C85C5F;
}
.BgClassName
{
background-color: #C85C5F;
}
</style>
border-color css
<style>
span { border-color: #C85C5F; }
span { border-color: rgb(200,92,95); }
td.TdClassName
{
border-color: #C85C5F;
}
.TagClassName
{
border-color: #C85C5F;
}
</style>