Shades of Silver #C0BBBB
Tints of Silver #C0BBBB
RGB
CMYK
RGB Variations
Color information
#C0BBBB (or 0xC0BBBB) is known color: Silver. HEX triplet: C0, BB and BB. RGB value is (192,187,187). Sum of RGB (Red+Green+Blue) = 192+187+187=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBBB is #3F4444. Grayscale: #BCBCBC. Windows color (decimal): -4146245 or 12303296. OLE color: 12303296.
HSL color Cylindrical-coordinate representation of color #C0BBBB: hue angle of 0º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BBBB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 187 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.25 |
| HSL | 0º | 0.04% | 0.74% | - |
| HSV(B) | 0º | 0.03% | 0.75% | - |
| XYZ | 48.48 | 50.33 | 54.17 | - |
| YUV | 188.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 187 | 0 | 0.03 | 0.03 | 0.25 | 0 | 0.04 | 0.74 |
| Hex | C0 | BB | BB | 0 | 3 | 3 | 19 | 0 | 4 | 4A |
| Octal | 300 | 273 | 273 | 0 | 3 | 3 | 31 | 0 | 4 | 112 |
| Binary | 11000000 | 10111011 | 10111011 | 0 | 11 | 11 | 11001 | 0 | 100 | 1001010 |
Color Harmonies of #C0BBBB
Complementary color
Monochromatic Colors of #C0BBBB
Black with #C0BBBB
Text Example
Text Example
White with #C0BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBBB; }
p { color: rgb(192,187,187); }
H1.HeaderClassName
{
color: #C0BBBB;
}
.AnyTagClassName
{
color: #C0BBBB;
}
</style>
background-color css
<style>
a { background-color: #C0BBBB; }
a { background-color: rgb(192,187,187); }
div.DivClassName
{
background-color: #C0BBBB;
}
.BgClassName
{
background-color: #C0BBBB;
}
</style>
border-color css
<style>
span { border-color: #C0BBBB; }
span { border-color: rgb(192,187,187); }
td.TdClassName
{
border-color: #C0BBBB;
}
.TagClassName
{
border-color: #C0BBBB;
}
</style>