Shades of Mandy #C86668
Tints of Mandy #C86668
RGB
CMYK
RGB Variations
Color information
#C86668 (or 0xC86668) is known color: Mandy. HEX triplet: C8, 66 and 68. RGB value is (200,102,104). Sum of RGB (Red+Green+Blue) = 200+102+104=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C86668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86668 is #379997. Grayscale: #838383. Windows color (decimal): -3643800 or 6842056. OLE color: 6842056.
HSL color Cylindrical-coordinate representation of color #C86668: hue angle of 358.78º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86668 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 104 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.22 |
| HSL | 358.78º | 0.47% | 0.59% | - |
| HSV(B) | 358.78º | 0.49% | 0.78% | - |
| XYZ | 31.07 | 22.78 | 15.86 | - |
| YUV | 131.53 | 112.47 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 104 | 0 | 0.49 | 0.48 | 0.22 | 358.78 | 0.47 | 0.59 |
| Hex | C8 | 66 | 68 | 0 | 31 | 30 | 16 | 167 | 2F | 3B |
| Octal | 310 | 146 | 150 | 0 | 61 | 60 | 26 | 547 | 57 | 73 |
| Binary | 11001000 | 1100110 | 1101000 | 0 | 110001 | 110000 | 10110 | 101100111 | 101111 | 111011 |
Color Harmonies of #C86668
Complementary color
Monochromatic Colors of #C86668
Black with #C86668
Text Example
Text Example
White with #C86668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86668; }
p { color: rgb(200,102,104); }
H1.HeaderClassName
{
color: #C86668;
}
.AnyTagClassName
{
color: #C86668;
}
</style>
background-color css
<style>
a { background-color: #C86668; }
a { background-color: rgb(200,102,104); }
div.DivClassName
{
background-color: #C86668;
}
.BgClassName
{
background-color: #C86668;
}
</style>
border-color css
<style>
span { border-color: #C86668; }
span { border-color: rgb(200,102,104); }
td.TdClassName
{
border-color: #C86668;
}
.TagClassName
{
border-color: #C86668;
}
</style>