Shades of Mandy #C86065
Tints of Mandy #C86065
RGB
CMYK
RGB Variations
Color information
#C86065 (or 0xC86065) is known color: Mandy. HEX triplet: C8, 60 and 65. RGB value is (200,96,101). Sum of RGB (Red+Green+Blue) = 200+96+101=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C86065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86065 is #379F9A. Grayscale: #7F7F7F. Windows color (decimal): -3645339 or 6643912. OLE color: 6643912.
HSL color Cylindrical-coordinate representation of color #C86065: hue angle of 357.12º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86065 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 101 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.22 |
| HSL | 357.12º | 0.49% | 0.58% | - |
| HSV(B) | 357.12º | 0.52% | 0.78% | - |
| XYZ | 30.35 | 21.58 | 14.88 | - |
| YUV | 127.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 101 | 0 | 0.52 | 0.49 | 0.22 | 357.12 | 0.49 | 0.58 |
| Hex | C8 | 60 | 65 | 0 | 34 | 31 | 16 | 165 | 31 | 3A |
| Octal | 310 | 140 | 145 | 0 | 64 | 61 | 26 | 545 | 61 | 72 |
| Binary | 11001000 | 1100000 | 1100101 | 0 | 110100 | 110001 | 10110 | 101100101 | 110001 | 111010 |
Color Harmonies of #C86065
Complementary color
Monochromatic Colors of #C86065
Black with #C86065
Text Example
Text Example
White with #C86065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86065; }
p { color: rgb(200,96,101); }
H1.HeaderClassName
{
color: #C86065;
}
.AnyTagClassName
{
color: #C86065;
}
</style>
background-color css
<style>
a { background-color: #C86065; }
a { background-color: rgb(200,96,101); }
div.DivClassName
{
background-color: #C86065;
}
.BgClassName
{
background-color: #C86065;
}
</style>
border-color css
<style>
span { border-color: #C86065; }
span { border-color: rgb(200,96,101); }
td.TdClassName
{
border-color: #C86065;
}
.TagClassName
{
border-color: #C86065;
}
</style>