Shades of Mandy #C86566
Tints of Mandy #C86566
RGB
CMYK
RGB Variations
Color information
#C86566 (or 0xC86566) is known color: Mandy. HEX triplet: C8, 65 and 66. RGB value is (200,101,102). Sum of RGB (Red+Green+Blue) = 200+101+102=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C86566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86566 is #379A99. Grayscale: #828282. Windows color (decimal): -3644058 or 6710728. OLE color: 6710728.
HSL color Cylindrical-coordinate representation of color #C86566: hue angle of 359.39º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86566 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 102 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.22 |
| HSL | 359.39º | 0.47% | 0.59% | - |
| HSV(B) | 359.39º | 0.5% | 0.78% | - |
| XYZ | 30.87 | 22.55 | 15.3 | - |
| YUV | 130.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 102 | 0 | 0.49 | 0.49 | 0.22 | 359.39 | 0.47 | 0.59 |
| Hex | C8 | 65 | 66 | 0 | 31 | 31 | 16 | 167 | 2F | 3B |
| Octal | 310 | 145 | 146 | 0 | 61 | 61 | 26 | 547 | 57 | 73 |
| Binary | 11001000 | 1100101 | 1100110 | 0 | 110001 | 110001 | 10110 | 101100111 | 101111 | 111011 |
Color Harmonies of #C86566
Complementary color
Monochromatic Colors of #C86566
Black with #C86566
Text Example
Text Example
White with #C86566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86566; }
p { color: rgb(200,101,102); }
H1.HeaderClassName
{
color: #C86566;
}
.AnyTagClassName
{
color: #C86566;
}
</style>
background-color css
<style>
a { background-color: #C86566; }
a { background-color: rgb(200,101,102); }
div.DivClassName
{
background-color: #C86566;
}
.BgClassName
{
background-color: #C86566;
}
</style>
border-color css
<style>
span { border-color: #C86566; }
span { border-color: rgb(200,101,102); }
td.TdClassName
{
border-color: #C86566;
}
.TagClassName
{
border-color: #C86566;
}
</style>