Shades of Melanie #CBBBBF
Tints of Melanie #CBBBBF
RGB
CMYK
RGB Variations
Color information
#CBBBBF (or 0xCBBBBF) is known color: Melanie. HEX triplet: CB, BB and BF. RGB value is (203,187,191). Sum of RGB (Red+Green+Blue) = 203+187+191=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBBF is #344440. Grayscale: #C0C0C0. Windows color (decimal): -3425345 or 12565451. OLE color: 12565451.
HSL color Cylindrical-coordinate representation of color #CBBBBF: hue angle of 345º degrees, saturation: 0.13, 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 #CBBBBF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 191 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.20 |
| HSL | 345º | 0.13% | 0.76% | - |
| HSV(B) | 345º | 0.08% | 0.8% | - |
| XYZ | 51.8 | 52 | 56.6 | - |
| YUV | 192.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 191 | 0 | 0.08 | 0.06 | 0.20 | 345 | 0.13 | 0.76 |
| Hex | CB | BB | BF | 0 | 8 | 6 | 14 | 159 | D | 4C |
| Octal | 313 | 273 | 277 | 0 | 10 | 6 | 24 | 531 | 15 | 114 |
| Binary | 11001011 | 10111011 | 10111111 | 0 | 1000 | 110 | 10100 | 101011001 | 1101 | 1001100 |
Color Harmonies of #CBBBBF
Complementary color
Monochromatic Colors of #CBBBBF
Black with #CBBBBF
Text Example
Text Example
White with #CBBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBBF; }
p { color: rgb(203,187,191); }
H1.HeaderClassName
{
color: #CBBBBF;
}
.AnyTagClassName
{
color: #CBBBBF;
}
</style>
background-color css
<style>
a { background-color: #CBBBBF; }
a { background-color: rgb(203,187,191); }
div.DivClassName
{
background-color: #CBBBBF;
}
.BgClassName
{
background-color: #CBBBBF;
}
</style>
border-color css
<style>
span { border-color: #CBBBBF; }
span { border-color: rgb(203,187,191); }
td.TdClassName
{
border-color: #CBBBBF;
}
.TagClassName
{
border-color: #CBBBBF;
}
</style>