Shades of Silver #C0BFBF
Tints of Silver #C0BFBF
RGB
CMYK
RGB Variations
Color information
#C0BFBF (or 0xC0BFBF) is known color: Silver. HEX triplet: C0, BF and BF. RGB value is (192,191,191). Sum of RGB (Red+Green+Blue) = 192+191+191=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFBF is #3F4040. Grayscale: #BFBFBF. Windows color (decimal): -4145217 or 12566464. OLE color: 12566464.
HSL color Cylindrical-coordinate representation of color #C0BFBF: hue angle of 0º degrees, saturation: 0.01, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C0BFBF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 191 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.25 |
| HSL | 0º | 0.01% | 0.75% | - |
| HSV(B) | 0º | 0.01% | 0.75% | - |
| XYZ | 49.77 | 52.23 | 56.75 | - |
| YUV | 191.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 191 | 0 | 0.01 | 0.01 | 0.25 | 0 | 0.01 | 0.75 |
| Hex | C0 | BF | BF | 0 | 1 | 1 | 19 | 0 | 1 | 4B |
| Octal | 300 | 277 | 277 | 0 | 1 | 1 | 31 | 0 | 1 | 113 |
| Binary | 11000000 | 10111111 | 10111111 | 0 | 1 | 1 | 11001 | 0 | 1 | 1001011 |
Color Harmonies of #C0BFBF
Complementary color
Monochromatic Colors of #C0BFBF
Black with #C0BFBF
Text Example
Text Example
White with #C0BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFBF; }
p { color: rgb(192,191,191); }
H1.HeaderClassName
{
color: #C0BFBF;
}
.AnyTagClassName
{
color: #C0BFBF;
}
</style>
background-color css
<style>
a { background-color: #C0BFBF; }
a { background-color: rgb(192,191,191); }
div.DivClassName
{
background-color: #C0BFBF;
}
.BgClassName
{
background-color: #C0BFBF;
}
</style>
border-color css
<style>
span { border-color: #C0BFBF; }
span { border-color: rgb(192,191,191); }
td.TdClassName
{
border-color: #C0BFBF;
}
.TagClassName
{
border-color: #C0BFBF;
}
</style>