Shades of Mandy #C86466
Tints of Mandy #C86466
RGB
CMYK
RGB Variations
Color information
#C86466 (or 0xC86466) is known color: Mandy. HEX triplet: C8, 64 and 66. RGB value is (200,100,102). Sum of RGB (Red+Green+Blue) = 200+100+102=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C86466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86466 is #379B99. Grayscale: #828282. Windows color (decimal): -3644314 or 6710472. OLE color: 6710472.
HSL color Cylindrical-coordinate representation of color #C86466: hue angle of 358.8º degrees, saturation: 0.48, 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 #C86466 is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 102 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.22 |
| HSL | 358.8º | 0.48% | 0.59% | - |
| HSV(B) | 358.8º | 0.5% | 0.78% | - |
| XYZ | 30.77 | 22.35 | 15.26 | - |
| YUV | 130.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 102 | 0 | 0.5 | 0.49 | 0.22 | 358.8 | 0.48 | 0.59 |
| Hex | C8 | 64 | 66 | 0 | 32 | 31 | 16 | 167 | 30 | 3B |
| Octal | 310 | 144 | 146 | 0 | 62 | 61 | 26 | 547 | 60 | 73 |
| Binary | 11001000 | 1100100 | 1100110 | 0 | 110010 | 110001 | 10110 | 101100111 | 110000 | 111011 |
Color Harmonies of #C86466
Complementary color
Monochromatic Colors of #C86466
Black with #C86466
Text Example
Text Example
White with #C86466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86466; }
p { color: rgb(200,100,102); }
H1.HeaderClassName
{
color: #C86466;
}
.AnyTagClassName
{
color: #C86466;
}
</style>
background-color css
<style>
a { background-color: #C86466; }
a { background-color: rgb(200,100,102); }
div.DivClassName
{
background-color: #C86466;
}
.BgClassName
{
background-color: #C86466;
}
</style>
border-color css
<style>
span { border-color: #C86466; }
span { border-color: rgb(200,100,102); }
td.TdClassName
{
border-color: #C86466;
}
.TagClassName
{
border-color: #C86466;
}
</style>