Shades of Melanie #CBBCC0
Tints of Melanie #CBBCC0
RGB
CMYK
RGB Variations
Color information
#CBBCC0 (or 0xCBBCC0) is known color: Melanie. HEX triplet: CB, BC and C0. RGB value is (203,188,192). Sum of RGB (Red+Green+Blue) = 203+188+192=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCC0 is #34433F. Grayscale: #C0C0C0. Windows color (decimal): -3425088 or 12631243. OLE color: 12631243.
HSL color Cylindrical-coordinate representation of color #CBBCC0: hue angle of 344º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBCC0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 192 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.20 |
| HSL | 344º | 0.13% | 0.77% | - |
| HSV(B) | 344º | 0.07% | 0.8% | - |
| XYZ | 52.13 | 52.47 | 57.25 | - |
| YUV | 192.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 192 | 0 | 0.07 | 0.05 | 0.20 | 344 | 0.13 | 0.77 |
| Hex | CB | BC | C0 | 0 | 7 | 5 | 14 | 158 | D | 4D |
| Octal | 313 | 274 | 300 | 0 | 7 | 5 | 24 | 530 | 15 | 115 |
| Binary | 11001011 | 10111100 | 11000000 | 0 | 111 | 101 | 10100 | 101011000 | 1101 | 1001101 |
Color Harmonies of #CBBCC0
Complementary color
Monochromatic Colors of #CBBCC0
Black with #CBBCC0
Text Example
Text Example
White with #CBBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCC0; }
p { color: rgb(203,188,192); }
H1.HeaderClassName
{
color: #CBBCC0;
}
.AnyTagClassName
{
color: #CBBCC0;
}
</style>
background-color css
<style>
a { background-color: #CBBCC0; }
a { background-color: rgb(203,188,192); }
div.DivClassName
{
background-color: #CBBCC0;
}
.BgClassName
{
background-color: #CBBCC0;
}
</style>
border-color css
<style>
span { border-color: #CBBCC0; }
span { border-color: rgb(203,188,192); }
td.TdClassName
{
border-color: #CBBCC0;
}
.TagClassName
{
border-color: #CBBCC0;
}
</style>