Shades of Mandy #C86364
Tints of Mandy #C86364
RGB
CMYK
RGB Variations
Color information
#C86364 (or 0xC86364) is known color: Mandy. HEX triplet: C8, 63 and 64. RGB value is (200,99,100). Sum of RGB (Red+Green+Blue) = 200+99+100=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86364 is #379C9B. Grayscale: #818181. Windows color (decimal): -3644572 or 6579144. OLE color: 6579144.
HSL color Cylindrical-coordinate representation of color #C86364: hue angle of 359.41º 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 #C86364 is Cyan = 0, Magento = 0.50, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 100 | - |
| CMYK | 0 | 0.50 | 0.5 | 0.22 |
| HSL | 359.41º | 0.48% | 0.59% | - |
| HSV(B) | 359.41º | 0.51% | 0.78% | - |
| XYZ | 30.58 | 22.12 | 14.71 | - |
| YUV | 129.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 100 | 0 | 0.50 | 0.5 | 0.22 | 359.41 | 0.48 | 0.59 |
| Hex | C8 | 63 | 64 | 0 | 32 | 32 | 16 | 167 | 30 | 3B |
| Octal | 310 | 143 | 144 | 0 | 62 | 62 | 26 | 547 | 60 | 73 |
| Binary | 11001000 | 1100011 | 1100100 | 0 | 110010 | 110010 | 10110 | 101100111 | 110000 | 111011 |
Color Harmonies of #C86364
Complementary color
Monochromatic Colors of #C86364
Black with #C86364
Text Example
Text Example
White with #C86364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86364; }
p { color: rgb(200,99,100); }
H1.HeaderClassName
{
color: #C86364;
}
.AnyTagClassName
{
color: #C86364;
}
</style>
background-color css
<style>
a { background-color: #C86364; }
a { background-color: rgb(200,99,100); }
div.DivClassName
{
background-color: #C86364;
}
.BgClassName
{
background-color: #C86364;
}
</style>
border-color css
<style>
span { border-color: #C86364; }
span { border-color: rgb(200,99,100); }
td.TdClassName
{
border-color: #C86364;
}
.TagClassName
{
border-color: #C86364;
}
</style>