Shades of Melanie #CBBAC0
Tints of Melanie #CBBAC0
RGB
CMYK
RGB Variations
Color information
#CBBAC0 (or 0xCBBAC0) is known color: Melanie. HEX triplet: CB, BA and C0. RGB value is (203,186,192). Sum of RGB (Red+Green+Blue) = 203+186+192=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAC0 is #34453F. Grayscale: #BFBFBF. Windows color (decimal): -3425600 or 12630731. OLE color: 12630731.
HSL color Cylindrical-coordinate representation of color #CBBAC0: hue angle of 338.82º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBAC0 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 192 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.20 |
| HSL | 338.82º | 0.14% | 0.76% | - |
| HSV(B) | 338.82º | 0.08% | 0.8% | - |
| XYZ | 51.7 | 51.62 | 57.11 | - |
| YUV | 191.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 192 | 0 | 0.08 | 0.05 | 0.20 | 338.82 | 0.14 | 0.76 |
| Hex | CB | BA | C0 | 0 | 8 | 5 | 14 | 153 | E | 4C |
| Octal | 313 | 272 | 300 | 0 | 10 | 5 | 24 | 523 | 16 | 114 |
| Binary | 11001011 | 10111010 | 11000000 | 0 | 1000 | 101 | 10100 | 101010011 | 1110 | 1001100 |
Color Harmonies of #CBBAC0
Complementary color
Monochromatic Colors of #CBBAC0
Black with #CBBAC0
Text Example
Text Example
White with #CBBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAC0; }
p { color: rgb(203,186,192); }
H1.HeaderClassName
{
color: #CBBAC0;
}
.AnyTagClassName
{
color: #CBBAC0;
}
</style>
background-color css
<style>
a { background-color: #CBBAC0; }
a { background-color: rgb(203,186,192); }
div.DivClassName
{
background-color: #CBBAC0;
}
.BgClassName
{
background-color: #CBBAC0;
}
</style>
border-color css
<style>
span { border-color: #CBBAC0; }
span { border-color: rgb(203,186,192); }
td.TdClassName
{
border-color: #CBBAC0;
}
.TagClassName
{
border-color: #CBBAC0;
}
</style>