Shades of Melanie #C6B7BC
Tints of Melanie #C6B7BC
RGB
CMYK
RGB Variations
Color information
#C6B7BC (or 0xC6B7BC) is known color: Melanie. HEX triplet: C6, B7 and BC. RGB value is (198,183,188). Sum of RGB (Red+Green+Blue) = 198+183+188=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B7BC is #394843. Grayscale: #BCBCBC. Windows color (decimal): -3754052 or 12367814. OLE color: 12367814.
HSL color Cylindrical-coordinate representation of color #C6B7BC: 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.08%. Process color model (Four color, CMYK) of #C6B7BC is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 188 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.22 |
| HSL | 340º | 0.12% | 0.75% | - |
| HSV(B) | 340º | 0.08% | 0.78% | - |
| XYZ | 49.3 | 49.5 | 54.53 | - |
| YUV | 188.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 188 | 0 | 0.08 | 0.05 | 0.22 | 340 | 0.12 | 0.75 |
| Hex | C6 | B7 | BC | 0 | 8 | 5 | 16 | 154 | C | 4B |
| Octal | 306 | 267 | 274 | 0 | 10 | 5 | 26 | 524 | 14 | 113 |
| Binary | 11000110 | 10110111 | 10111100 | 0 | 1000 | 101 | 10110 | 101010100 | 1100 | 1001011 |
Color Harmonies of #C6B7BC
Complementary color
Monochromatic Colors of #C6B7BC
Black with #C6B7BC
Text Example
Text Example
White with #C6B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B7BC; }
p { color: rgb(198,183,188); }
H1.HeaderClassName
{
color: #C6B7BC;
}
.AnyTagClassName
{
color: #C6B7BC;
}
</style>
background-color css
<style>
a { background-color: #C6B7BC; }
a { background-color: rgb(198,183,188); }
div.DivClassName
{
background-color: #C6B7BC;
}
.BgClassName
{
background-color: #C6B7BC;
}
</style>
border-color css
<style>
span { border-color: #C6B7BC; }
span { border-color: rgb(198,183,188); }
td.TdClassName
{
border-color: #C6B7BC;
}
.TagClassName
{
border-color: #C6B7BC;
}
</style>