Shades of Mandy #C86167
Tints of Mandy #C86167
RGB
CMYK
RGB Variations
Color information
#C86167 (or 0xC86167) is known color: Mandy. HEX triplet: C8, 61 and 67. RGB value is (200,97,103). Sum of RGB (Red+Green+Blue) = 200+97+103=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86167 is #379E98. Grayscale: #808080. Windows color (decimal): -3645081 or 6775240. OLE color: 6775240.
HSL color Cylindrical-coordinate representation of color #C86167: hue angle of 356.5º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86167 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 103 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.22 |
| HSL | 356.5º | 0.48% | 0.58% | - |
| HSV(B) | 356.5º | 0.52% | 0.78% | - |
| XYZ | 30.54 | 21.81 | 15.43 | - |
| YUV | 128.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 103 | 0 | 0.52 | 0.48 | 0.22 | 356.5 | 0.48 | 0.58 |
| Hex | C8 | 61 | 67 | 0 | 34 | 30 | 16 | 165 | 30 | 3A |
| Octal | 310 | 141 | 147 | 0 | 64 | 60 | 26 | 545 | 60 | 72 |
| Binary | 11001000 | 1100001 | 1100111 | 0 | 110100 | 110000 | 10110 | 101100101 | 110000 | 111010 |
Color Harmonies of #C86167
Complementary color
Monochromatic Colors of #C86167
Black with #C86167
Text Example
Text Example
White with #C86167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86167; }
p { color: rgb(200,97,103); }
H1.HeaderClassName
{
color: #C86167;
}
.AnyTagClassName
{
color: #C86167;
}
</style>
background-color css
<style>
a { background-color: #C86167; }
a { background-color: rgb(200,97,103); }
div.DivClassName
{
background-color: #C86167;
}
.BgClassName
{
background-color: #C86167;
}
</style>
border-color css
<style>
span { border-color: #C86167; }
span { border-color: rgb(200,97,103); }
td.TdClassName
{
border-color: #C86167;
}
.TagClassName
{
border-color: #C86167;
}
</style>