Shades of Melanie #C7BBBE
Tints of Melanie #C7BBBE
RGB
CMYK
RGB Variations
Color information
#C7BBBE (or 0xC7BBBE) is known color: Melanie. HEX triplet: C7, BB and BE. RGB value is (199,187,190). Sum of RGB (Red+Green+Blue) = 199+187+190=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBBE is #384441. Grayscale: #BEBEBE. Windows color (decimal): -3687490 or 12499911. OLE color: 12499911.
HSL color Cylindrical-coordinate representation of color #C7BBBE: 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 #C7BBBE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 190 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.22 |
| HSL | 345º | 0.1% | 0.76% | - |
| HSV(B) | 345º | 0.06% | 0.78% | - |
| XYZ | 50.62 | 51.4 | 55.97 | - |
| YUV | 190.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 190 | 0 | 0.06 | 0.05 | 0.22 | 345 | 0.1 | 0.76 |
| Hex | C7 | BB | BE | 0 | 6 | 5 | 16 | 159 | A | 4C |
| Octal | 307 | 273 | 276 | 0 | 6 | 5 | 26 | 531 | 12 | 114 |
| Binary | 11000111 | 10111011 | 10111110 | 0 | 110 | 101 | 10110 | 101011001 | 1010 | 1001100 |
Color Harmonies of #C7BBBE
Complementary color
Monochromatic Colors of #C7BBBE
Black with #C7BBBE
Text Example
Text Example
White with #C7BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBBE; }
p { color: rgb(199,187,190); }
H1.HeaderClassName
{
color: #C7BBBE;
}
.AnyTagClassName
{
color: #C7BBBE;
}
</style>
background-color css
<style>
a { background-color: #C7BBBE; }
a { background-color: rgb(199,187,190); }
div.DivClassName
{
background-color: #C7BBBE;
}
.BgClassName
{
background-color: #C7BBBE;
}
</style>
border-color css
<style>
span { border-color: #C7BBBE; }
span { border-color: rgb(199,187,190); }
td.TdClassName
{
border-color: #C7BBBE;
}
.TagClassName
{
border-color: #C7BBBE;
}
</style>