Shades of Mandy #C86768
Tints of Mandy #C86768
RGB
CMYK
RGB Variations
Color information
#C86768 (or 0xC86768) is known color: Mandy. HEX triplet: C8, 67 and 68. RGB value is (200,103,104). Sum of RGB (Red+Green+Blue) = 200+103+104=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C86768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86768 is #379897. Grayscale: #848484. Windows color (decimal): -3643544 or 6842312. OLE color: 6842312.
HSL color Cylindrical-coordinate representation of color #C86768: hue angle of 359.38º 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 #C86768 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 104 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.22 |
| HSL | 359.38º | 0.47% | 0.59% | - |
| HSV(B) | 359.38º | 0.49% | 0.78% | - |
| XYZ | 31.17 | 22.98 | 15.89 | - |
| YUV | 132.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 104 | 0 | 0.48 | 0.48 | 0.22 | 359.38 | 0.47 | 0.59 |
| Hex | C8 | 67 | 68 | 0 | 30 | 30 | 16 | 167 | 2F | 3B |
| Octal | 310 | 147 | 150 | 0 | 60 | 60 | 26 | 547 | 57 | 73 |
| Binary | 11001000 | 1100111 | 1101000 | 0 | 110000 | 110000 | 10110 | 101100111 | 101111 | 111011 |
Color Harmonies of #C86768
Complementary color
Monochromatic Colors of #C86768
Black with #C86768
Text Example
Text Example
White with #C86768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86768; }
p { color: rgb(200,103,104); }
H1.HeaderClassName
{
color: #C86768;
}
.AnyTagClassName
{
color: #C86768;
}
</style>
background-color css
<style>
a { background-color: #C86768; }
a { background-color: rgb(200,103,104); }
div.DivClassName
{
background-color: #C86768;
}
.BgClassName
{
background-color: #C86768;
}
</style>
border-color css
<style>
span { border-color: #C86768; }
span { border-color: rgb(200,103,104); }
td.TdClassName
{
border-color: #C86768;
}
.TagClassName
{
border-color: #C86768;
}
</style>