#C3BDBD

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

Shades of Silver #C3BDBD

Tints of Silver #C3BDBD

Color information

#C3BDBD (or 0xC3BDBD) is unknown color: approx Silver. HEX triplet: C3, BD and BD. RGB value is (195,189,189). Sum of RGB (Red+Green+Blue) = 195+189+189=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDBD is #3C4242. Grayscale: #BEBEBE. Windows color (decimal): -3949123 or 12434883. OLE color: 12434883.

HSL color Cylindrical-coordinate representation of color #C3BDBD: hue angle of 0º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C3BDBD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195189189-
CMYK00.030.030.24
HSL4.76%75.29%-
HSV(B)3.08%76.47%-
XYZ49.8951.6755.49-
YUV190.79126.99131-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=34.03%
G=32.98%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518918900.030.030.2404.7675.29
HexC3BDBD03318054b
Octal3032752750333005113
Binary110000111011110110111101011111100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDBD; }

 p { color: rgb(195,189,189); }

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

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

 a { background-color: rgb(195,189,189); }

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

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

 span { border-color: rgb(195,189,189); }

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