Shades of Melanie #C8BCBF
Tints of Melanie #C8BCBF
RGB
CMYK
RGB Variations
Color information
#C8BCBF (or 0xC8BCBF) is known color: Melanie. HEX triplet: C8, BC and BF. RGB value is (200,188,191). Sum of RGB (Red+Green+Blue) = 200+188+191=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCBF is #374340. Grayscale: #BFBFBF. Windows color (decimal): -3621697 or 12565704. OLE color: 12565704.
HSL color Cylindrical-coordinate representation of color #C8BCBF: hue angle of 345º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BCBF is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 191 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.22 |
| HSL | 345º | 0.1% | 0.76% | - |
| HSV(B) | 345º | 0.06% | 0.78% | - |
| XYZ | 51.21 | 52.01 | 56.63 | - |
| YUV | 191.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 191 | 0 | 0.06 | 0.04 | 0.22 | 345 | 0.1 | 0.76 |
| Hex | C8 | BC | BF | 0 | 6 | 4 | 16 | 159 | A | 4C |
| Octal | 310 | 274 | 277 | 0 | 6 | 4 | 26 | 531 | 12 | 114 |
| Binary | 11001000 | 10111100 | 10111111 | 0 | 110 | 100 | 10110 | 101011001 | 1010 | 1001100 |
Color Harmonies of #C8BCBF
Complementary color
Monochromatic Colors of #C8BCBF
Black with #C8BCBF
Text Example
Text Example
White with #C8BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCBF; }
p { color: rgb(200,188,191); }
H1.HeaderClassName
{
color: #C8BCBF;
}
.AnyTagClassName
{
color: #C8BCBF;
}
</style>
background-color css
<style>
a { background-color: #C8BCBF; }
a { background-color: rgb(200,188,191); }
div.DivClassName
{
background-color: #C8BCBF;
}
.BgClassName
{
background-color: #C8BCBF;
}
</style>
border-color css
<style>
span { border-color: #C8BCBF; }
span { border-color: rgb(200,188,191); }
td.TdClassName
{
border-color: #C8BCBF;
}
.TagClassName
{
border-color: #C8BCBF;
}
</style>