Shades of Melanie #C8B9BE
Tints of Melanie #C8B9BE
RGB
CMYK
RGB Variations
Color information
#C8B9BE (or 0xC8B9BE) is known color: Melanie. HEX triplet: C8, B9 and BE. RGB value is (200,185,190). Sum of RGB (Red+Green+Blue) = 200+185+190=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B9BE is #374641. Grayscale: #BEBEBE. Windows color (decimal): -3622466 or 12499400. OLE color: 12499400.
HSL color Cylindrical-coordinate representation of color #C8B9BE: hue angle of 340º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8B9BE is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 190 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.22 |
| HSL | 340º | 0.12% | 0.75% | - |
| HSV(B) | 340º | 0.07% | 0.78% | - |
| XYZ | 50.46 | 50.69 | 55.84 | - |
| YUV | 190.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 190 | 0 | 0.08 | 0.05 | 0.22 | 340 | 0.12 | 0.75 |
| Hex | C8 | B9 | BE | 0 | 8 | 5 | 16 | 154 | C | 4B |
| Octal | 310 | 271 | 276 | 0 | 10 | 5 | 26 | 524 | 14 | 113 |
| Binary | 11001000 | 10111001 | 10111110 | 0 | 1000 | 101 | 10110 | 101010100 | 1100 | 1001011 |
Color Harmonies of #C8B9BE
Complementary color
Monochromatic Colors of #C8B9BE
Black with #C8B9BE
Text Example
Text Example
White with #C8B9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B9BE; }
p { color: rgb(200,185,190); }
H1.HeaderClassName
{
color: #C8B9BE;
}
.AnyTagClassName
{
color: #C8B9BE;
}
</style>
background-color css
<style>
a { background-color: #C8B9BE; }
a { background-color: rgb(200,185,190); }
div.DivClassName
{
background-color: #C8B9BE;
}
.BgClassName
{
background-color: #C8B9BE;
}
</style>
border-color css
<style>
span { border-color: #C8B9BE; }
span { border-color: rgb(200,185,190); }
td.TdClassName
{
border-color: #C8B9BE;
}
.TagClassName
{
border-color: #C8B9BE;
}
</style>