Shades of Mandy #C85865
Tints of Mandy #C85865
RGB
CMYK
RGB Variations
Color information
#C85865 (or 0xC85865) is known color: Mandy. HEX triplet: C8, 58 and 65. RGB value is (200,88,101). Sum of RGB (Red+Green+Blue) = 200+88+101=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85865 is #37A79A. Grayscale: #7B7B7B. Windows color (decimal): -3647387 or 6641864. OLE color: 6641864.
HSL color Cylindrical-coordinate representation of color #C85865: hue angle of 353.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85865 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 101 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.22 |
| HSL | 353.04º | 0.5% | 0.56% | - |
| HSV(B) | 353.04º | 0.56% | 0.78% | - |
| XYZ | 29.66 | 20.2 | 14.65 | - |
| YUV | 122.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 101 | 0 | 0.56 | 0.49 | 0.22 | 353.04 | 0.5 | 0.56 |
| Hex | C8 | 58 | 65 | 0 | 38 | 31 | 16 | 161 | 32 | 38 |
| Octal | 310 | 130 | 145 | 0 | 70 | 61 | 26 | 541 | 62 | 70 |
| Binary | 11001000 | 1011000 | 1100101 | 0 | 111000 | 110001 | 10110 | 101100001 | 110010 | 111000 |
Color Harmonies of #C85865
Complementary color
Monochromatic Colors of #C85865
Black with #C85865
Text Example
Text Example
White with #C85865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85865; }
p { color: rgb(200,88,101); }
H1.HeaderClassName
{
color: #C85865;
}
.AnyTagClassName
{
color: #C85865;
}
</style>
background-color css
<style>
a { background-color: #C85865; }
a { background-color: rgb(200,88,101); }
div.DivClassName
{
background-color: #C85865;
}
.BgClassName
{
background-color: #C85865;
}
</style>
border-color css
<style>
span { border-color: #C85865; }
span { border-color: rgb(200,88,101); }
td.TdClassName
{
border-color: #C85865;
}
.TagClassName
{
border-color: #C85865;
}
</style>