Shades of Silver #C1BBBB
Tints of Silver #C1BBBB
RGB
CMYK
RGB Variations
Color information
#C1BBBB (or 0xC1BBBB) is known color: Silver. HEX triplet: C1, BB and BB. RGB value is (193,187,187). Sum of RGB (Red+Green+Blue) = 193+187+187=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBBB is #3E4444. Grayscale: #BCBCBC. Windows color (decimal): -4080709 or 12303297. OLE color: 12303297.
HSL color Cylindrical-coordinate representation of color #C1BBBB: hue angle of 0º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1BBBB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 187 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.24 |
| HSL | 0º | 0.05% | 0.75% | - |
| HSV(B) | 0º | 0.03% | 0.76% | - |
| XYZ | 48.73 | 50.47 | 54.19 | - |
| YUV | 188.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 187 | 0 | 0.03 | 0.03 | 0.24 | 0 | 0.05 | 0.75 |
| Hex | C1 | BB | BB | 0 | 3 | 3 | 18 | 0 | 5 | 4B |
| Octal | 301 | 273 | 273 | 0 | 3 | 3 | 30 | 0 | 5 | 113 |
| Binary | 11000001 | 10111011 | 10111011 | 0 | 11 | 11 | 11000 | 0 | 101 | 1001011 |
Color Harmonies of #C1BBBB
Complementary color
Monochromatic Colors of #C1BBBB
Black with #C1BBBB
Text Example
Text Example
White with #C1BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBBB; }
p { color: rgb(193,187,187); }
H1.HeaderClassName
{
color: #C1BBBB;
}
.AnyTagClassName
{
color: #C1BBBB;
}
</style>
background-color css
<style>
a { background-color: #C1BBBB; }
a { background-color: rgb(193,187,187); }
div.DivClassName
{
background-color: #C1BBBB;
}
.BgClassName
{
background-color: #C1BBBB;
}
</style>
border-color css
<style>
span { border-color: #C1BBBB; }
span { border-color: rgb(193,187,187); }
td.TdClassName
{
border-color: #C1BBBB;
}
.TagClassName
{
border-color: #C1BBBB;
}
</style>