Shades of Silver #C3BFBF
Tints of Silver #C3BFBF
RGB
CMYK
RGB Variations
Color information
#C3BFBF (or 0xC3BFBF) is known color: Silver. HEX triplet: C3, BF and BF. RGB value is (195,191,191). Sum of RGB (Red+Green+Blue) = 195+191+191=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFBF is #3C4040. Grayscale: #C0C0C0. Windows color (decimal): -3948609 or 12566467. OLE color: 12566467.
HSL color Cylindrical-coordinate representation of color #C3BFBF: hue angle of 0º degrees, saturation: 0.03, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C3BFBF is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 191 | 191 | - |
CMYK | 0 | 0.02 | 0.02 | 0.24 |
HSL | 0º | 0.03% | 0.76% | - |
HSV(B) | 0º | 0.02% | 0.76% | - |
XYZ | 50.54 | 52.63 | 56.78 | - |
YUV | 192.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 191 | 191 | 0 | 0.02 | 0.02 | 0.24 | 0 | 0.03 | 0.76 |
Hex | C3 | BF | BF | 0 | 2 | 2 | 18 | 0 | 3 | 4C |
Octal | 303 | 277 | 277 | 0 | 2 | 2 | 30 | 0 | 3 | 114 |
Binary | 11000011 | 10111111 | 10111111 | 0 | 10 | 10 | 11000 | 0 | 11 | 1001100 |
Color Harmonies of #C3BFBF
Complementary color
Monochromatic Colors of #C3BFBF
Black with #C3BFBF
Text Example
Text Example
White with #C3BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFBF; }
p { color: rgb(195,191,191); }
H1.HeaderClassName
{
color: #C3BFBF;
}
.AnyTagClassName
{
color: #C3BFBF;
}
</style>
background-color css
<style>
a { background-color: #C3BFBF; }
a { background-color: rgb(195,191,191); }
div.DivClassName
{
background-color: #C3BFBF;
}
.BgClassName
{
background-color: #C3BFBF;
}
</style>
border-color css
<style>
span { border-color: #C3BFBF; }
span { border-color: rgb(195,191,191); }
td.TdClassName
{
border-color: #C3BFBF;
}
.TagClassName
{
border-color: #C3BFBF;
}
</style>