Shades of Melanie #C9BBC0
Tints of Melanie #C9BBC0
RGB
CMYK
RGB Variations
Color information
#C9BBC0 (or 0xC9BBC0) is known color: Melanie. HEX triplet: C9, BB and C0. RGB value is (201,187,192). Sum of RGB (Red+Green+Blue) = 201+187+192=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBC0 is #36443F. Grayscale: #BFBFBF. Windows color (decimal): -3556416 or 12630985. OLE color: 12630985.
HSL color Cylindrical-coordinate representation of color #C9BBC0: hue angle of 338.57º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BBC0 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 192 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.21 |
| HSL | 338.57º | 0.11% | 0.76% | - |
| HSV(B) | 338.57º | 0.07% | 0.79% | - |
| XYZ | 51.37 | 51.76 | 57.15 | - |
| YUV | 191.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 192 | 0 | 0.07 | 0.04 | 0.21 | 338.57 | 0.11 | 0.76 |
| Hex | C9 | BB | C0 | 0 | 7 | 4 | 15 | 153 | B | 4C |
| Octal | 311 | 273 | 300 | 0 | 7 | 4 | 25 | 523 | 13 | 114 |
| Binary | 11001001 | 10111011 | 11000000 | 0 | 111 | 100 | 10101 | 101010011 | 1011 | 1001100 |
Color Harmonies of #C9BBC0
Complementary color
Monochromatic Colors of #C9BBC0
Black with #C9BBC0
Text Example
Text Example
White with #C9BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBC0; }
p { color: rgb(201,187,192); }
H1.HeaderClassName
{
color: #C9BBC0;
}
.AnyTagClassName
{
color: #C9BBC0;
}
</style>
background-color css
<style>
a { background-color: #C9BBC0; }
a { background-color: rgb(201,187,192); }
div.DivClassName
{
background-color: #C9BBC0;
}
.BgClassName
{
background-color: #C9BBC0;
}
</style>
border-color css
<style>
span { border-color: #C9BBC0; }
span { border-color: rgb(201,187,192); }
td.TdClassName
{
border-color: #C9BBC0;
}
.TagClassName
{
border-color: #C9BBC0;
}
</style>