#C4BFBF

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

Shades of Silver #C4BFBF

Tints of Silver #C4BFBF

Color information

#C4BFBF (or 0xC4BFBF) is unknown color: approx Silver. HEX triplet: C4, BF and BF. RGB value is (196,191,191). Sum of RGB (Red+Green+Blue) = 196+191+191=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFBF is #3B4040. Grayscale: #C0C0C0. Windows color (decimal): -3883073 or 12566468. OLE color: 12566468.

HSL color Cylindrical-coordinate representation of color #C4BFBF: hue angle of 0º degrees, saturation: 0.04, 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 #C4BFBF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196191191-
CMYK00.030.030.23
HSL4.07%75.88%-
HSV(B)2.55%76.86%-
XYZ50.852.7656.8-
YUV192.5127.16130.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.91%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 191 (75% from 255) = 33.04%
R=33.91%
G=33.04%
B=33.04%

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
Decimal19619119100.030.030.2304.0775.88
HexC4BFBF03317044c
Octal3042772770332704114
Binary110001001011111110111111011111011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFBF; }

 p { color: rgb(196,191,191); }

 H1.HeaderClassName
 {
   color: #C4BFBF;
 }
 .AnyTagClassName
 {
   color: #C4BFBF;
 }
</style>
background-color css

<style>
 a { background-color: #C4BFBF; }

 a { background-color: rgb(196,191,191); }

 div.DivClassName
 {
   background-color: #C4BFBF;
 }
 .BgClassName
 {
   background-color: #C4BFBF;
 }
</style>
border-color css

<style>
 span { border-color: #C4BFBF; }

 span { border-color: rgb(196,191,191); }

 td.TdClassName
 {
   border-color: #C4BFBF;
 }
 .TagClassName
 {
   border-color: #C4BFBF;
 }
</style>