Shades of Silver #C5BFBF
Tints of Silver #C5BFBF
RGB
CMYK
RGB Variations
Color information
#C5BFBF (or 0xC5BFBF) is known color: Silver. HEX triplet: C5, BF and BF. RGB value is (197,191,191). Sum of RGB (Red+Green+Blue) = 197+191+191=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFBF is #3A4040. Grayscale: #C0C0C0. Windows color (decimal): -3817537 or 12566469. OLE color: 12566469.
HSL color Cylindrical-coordinate representation of color #C5BFBF: hue angle of 0º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5BFBF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 191 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.23 |
| HSL | 0º | 0.05% | 0.76% | - |
| HSV(B) | 0º | 0.03% | 0.77% | - |
| XYZ | 51.06 | 52.89 | 56.81 | - |
| YUV | 192.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 191 | 0 | 0.03 | 0.03 | 0.23 | 0 | 0.05 | 0.76 |
| Hex | C5 | BF | BF | 0 | 3 | 3 | 17 | 0 | 5 | 4C |
| Octal | 305 | 277 | 277 | 0 | 3 | 3 | 27 | 0 | 5 | 114 |
| Binary | 11000101 | 10111111 | 10111111 | 0 | 11 | 11 | 10111 | 0 | 101 | 1001100 |
Color Harmonies of #C5BFBF
Complementary color
Monochromatic Colors of #C5BFBF
Black with #C5BFBF
Text Example
Text Example
White with #C5BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFBF; }
p { color: rgb(197,191,191); }
H1.HeaderClassName
{
color: #C5BFBF;
}
.AnyTagClassName
{
color: #C5BFBF;
}
</style>
background-color css
<style>
a { background-color: #C5BFBF; }
a { background-color: rgb(197,191,191); }
div.DivClassName
{
background-color: #C5BFBF;
}
.BgClassName
{
background-color: #C5BFBF;
}
</style>
border-color css
<style>
span { border-color: #C5BFBF; }
span { border-color: rgb(197,191,191); }
td.TdClassName
{
border-color: #C5BFBF;
}
.TagClassName
{
border-color: #C5BFBF;
}
</style>