Shades of Melanie #C6BDC0
Tints of Melanie #C6BDC0
RGB
CMYK
RGB Variations
Color information
#C6BDC0 (or 0xC6BDC0) is known color: Melanie. HEX triplet: C6, BD and C0. RGB value is (198,189,192). Sum of RGB (Red+Green+Blue) = 198+189+192=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDC0 is #39423F. Grayscale: #C0C0C0. Windows color (decimal): -3752512 or 12631494. OLE color: 12631494.
HSL color Cylindrical-coordinate representation of color #C6BDC0: hue angle of 340º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6BDC0 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 192 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.22 |
| HSL | 340º | 0.07% | 0.76% | - |
| HSV(B) | 340º | 0.05% | 0.78% | - |
| XYZ | 51 | 52.21 | 57.26 | - |
| YUV | 192.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 192 | 0 | 0.05 | 0.03 | 0.22 | 340 | 0.07 | 0.76 |
| Hex | C6 | BD | C0 | 0 | 5 | 3 | 16 | 154 | 7 | 4C |
| Octal | 306 | 275 | 300 | 0 | 5 | 3 | 26 | 524 | 7 | 114 |
| Binary | 11000110 | 10111101 | 11000000 | 0 | 101 | 11 | 10110 | 101010100 | 111 | 1001100 |
Color Harmonies of #C6BDC0
Complementary color
Monochromatic Colors of #C6BDC0
Black with #C6BDC0
Text Example
Text Example
White with #C6BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDC0; }
p { color: rgb(198,189,192); }
H1.HeaderClassName
{
color: #C6BDC0;
}
.AnyTagClassName
{
color: #C6BDC0;
}
</style>
background-color css
<style>
a { background-color: #C6BDC0; }
a { background-color: rgb(198,189,192); }
div.DivClassName
{
background-color: #C6BDC0;
}
.BgClassName
{
background-color: #C6BDC0;
}
</style>
border-color css
<style>
span { border-color: #C6BDC0; }
span { border-color: rgb(198,189,192); }
td.TdClassName
{
border-color: #C6BDC0;
}
.TagClassName
{
border-color: #C6BDC0;
}
</style>