Shades of Melanie #C6B8BC
Tints of Melanie #C6B8BC
RGB
CMYK
RGB Variations
Color information
#C6B8BC (or 0xC6B8BC) is known color: Melanie. HEX triplet: C6, B8 and BC. RGB value is (198,184,188). Sum of RGB (Red+Green+Blue) = 198+184+188=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B8BC is #394743. Grayscale: #BCBCBC. Windows color (decimal): -3753796 or 12368070. OLE color: 12368070.
HSL color Cylindrical-coordinate representation of color #C6B8BC: hue angle of 342.86º degrees, saturation: 0.11, 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 #C6B8BC is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 188 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.22 |
| HSL | 342.86º | 0.11% | 0.75% | - |
| HSV(B) | 342.86º | 0.07% | 0.78% | - |
| XYZ | 49.51 | 49.92 | 54.6 | - |
| YUV | 188.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 188 | 0 | 0.07 | 0.05 | 0.22 | 342.86 | 0.11 | 0.75 |
| Hex | C6 | B8 | BC | 0 | 7 | 5 | 16 | 157 | B | 4B |
| Octal | 306 | 270 | 274 | 0 | 7 | 5 | 26 | 527 | 13 | 113 |
| Binary | 11000110 | 10111000 | 10111100 | 0 | 111 | 101 | 10110 | 101010111 | 1011 | 1001011 |
Color Harmonies of #C6B8BC
Complementary color
Monochromatic Colors of #C6B8BC
Black with #C6B8BC
Text Example
Text Example
White with #C6B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B8BC; }
p { color: rgb(198,184,188); }
H1.HeaderClassName
{
color: #C6B8BC;
}
.AnyTagClassName
{
color: #C6B8BC;
}
</style>
background-color css
<style>
a { background-color: #C6B8BC; }
a { background-color: rgb(198,184,188); }
div.DivClassName
{
background-color: #C6B8BC;
}
.BgClassName
{
background-color: #C6B8BC;
}
</style>
border-color css
<style>
span { border-color: #C6B8BC; }
span { border-color: rgb(198,184,188); }
td.TdClassName
{
border-color: #C6B8BC;
}
.TagClassName
{
border-color: #C6B8BC;
}
</style>