Shades of Silver #C7BFBF
Tints of Silver #C7BFBF
RGB
CMYK
RGB Variations
Color information
#C7BFBF (or 0xC7BFBF) is known color: Silver. HEX triplet: C7, BF and BF. RGB value is (199,191,191). Sum of RGB (Red+Green+Blue) = 199+191+191=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFBF is #384040. Grayscale: #C1C1C1. Windows color (decimal): -3686465 or 12566471. OLE color: 12566471.
HSL color Cylindrical-coordinate representation of color #C7BFBF: hue angle of 0º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7BFBF is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 191 | 191 | - |
CMYK | 0 | 0.04 | 0.04 | 0.22 |
HSL | 0º | 0.07% | 0.76% | - |
HSV(B) | 0º | 0.04% | 0.78% | - |
XYZ | 51.59 | 53.17 | 56.83 | - |
YUV | 193.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 191 | 191 | 0 | 0.04 | 0.04 | 0.22 | 0 | 0.07 | 0.76 |
Hex | C7 | BF | BF | 0 | 4 | 4 | 16 | 0 | 7 | 4C |
Octal | 307 | 277 | 277 | 0 | 4 | 4 | 26 | 0 | 7 | 114 |
Binary | 11000111 | 10111111 | 10111111 | 0 | 100 | 100 | 10110 | 0 | 111 | 1001100 |
Color Harmonies of #C7BFBF
Complementary color
Monochromatic Colors of #C7BFBF
Black with #C7BFBF
Text Example
Text Example
White with #C7BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFBF; }
p { color: rgb(199,191,191); }
H1.HeaderClassName
{
color: #C7BFBF;
}
.AnyTagClassName
{
color: #C7BFBF;
}
</style>
background-color css
<style>
a { background-color: #C7BFBF; }
a { background-color: rgb(199,191,191); }
div.DivClassName
{
background-color: #C7BFBF;
}
.BgClassName
{
background-color: #C7BFBF;
}
</style>
border-color css
<style>
span { border-color: #C7BFBF; }
span { border-color: rgb(199,191,191); }
td.TdClassName
{
border-color: #C7BFBF;
}
.TagClassName
{
border-color: #C7BFBF;
}
</style>