#C5BFBF

Color #C5BFBF Silver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver #C5BFBF

Tints of Silver #C5BFBF

Color information

#C5BFBF (or 0xC5BFBF) is unknown color: approx 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

RGB197191191-
CMYK00.030.030.23
HSL4.92%76.08%-
HSV(B)3.05%77.25%-
XYZ51.0652.8956.81-
YUV192.79126.99131-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 34.02%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 191 (75% from 255) = 32.99%
R=34.02%
G=32.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719119100.030.030.2304.9276.08
HexC5BFBF03317054c
Octal3052772770332705114
Binary110001011011111110111111011111011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>