Shades of Silver #C3BCBB
Tints of Silver #C3BCBB
RGB
CMYK
RGB Variations
Color information
#C3BCBB (or 0xC3BCBB) is known color: Silver. HEX triplet: C3, BC and BB. RGB value is (195,188,187). Sum of RGB (Red+Green+Blue) = 195+188+187=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCBB is #3C4344. Grayscale: #BDBDBD. Windows color (decimal): -3949381 or 12303555. OLE color: 12303555.
HSL color Cylindrical-coordinate representation of color #C3BCBB: hue angle of 7.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BCBB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 187 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.24 |
| HSL | 7.5º | 0.06% | 0.75% | - |
| HSV(B) | 7.5º | 0.04% | 0.76% | - |
| XYZ | 49.46 | 51.16 | 54.28 | - |
| YUV | 189.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 187 | 0 | 0.04 | 0.04 | 0.24 | 7.5 | 0.06 | 0.75 |
| Hex | C3 | BC | BB | 0 | 4 | 4 | 18 | 8 | 6 | 4B |
| Octal | 303 | 274 | 273 | 0 | 4 | 4 | 30 | 10 | 6 | 113 |
| Binary | 11000011 | 10111100 | 10111011 | 0 | 100 | 100 | 11000 | 1000 | 110 | 1001011 |
Color Harmonies of #C3BCBB
Complementary color
Monochromatic Colors of #C3BCBB
Black with #C3BCBB
Text Example
Text Example
White with #C3BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCBB; }
p { color: rgb(195,188,187); }
H1.HeaderClassName
{
color: #C3BCBB;
}
.AnyTagClassName
{
color: #C3BCBB;
}
</style>
background-color css
<style>
a { background-color: #C3BCBB; }
a { background-color: rgb(195,188,187); }
div.DivClassName
{
background-color: #C3BCBB;
}
.BgClassName
{
background-color: #C3BCBB;
}
</style>
border-color css
<style>
span { border-color: #C3BCBB; }
span { border-color: rgb(195,188,187); }
td.TdClassName
{
border-color: #C3BCBB;
}
.TagClassName
{
border-color: #C3BCBB;
}
</style>