#C2C0C0

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

Shades of Silver #C2C0C0

Tints of Silver #C2C0C0

Color information

#C2C0C0 (or 0xC2C0C0) is unknown color: approx Silver. HEX triplet: C2, C0 and C0. RGB value is (194,192,192). Sum of RGB (Red+Green+Blue) = 194+192+192=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0C0 is #3D3F3F. Grayscale: #C0C0C0. Windows color (decimal): -4013888 or 12632258. OLE color: 12632258.

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

Color convert

RGB194192192-
CMYK00.010.010.24
HSL1.61%75.69%-
HSV(B)1.03%76.08%-
XYZ50.6152.9757.43-
YUV192.6127.66129-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 192 (75.39% from 255) = 33.22%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=33.56%
G=33.22%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419219200.010.010.2401.6175.69
HexC2C0C001118024c
Octal3023003000113002114
Binary110000101100000011000000011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C0C0; }

 p { color: rgb(194,192,192); }

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

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

 a { background-color: rgb(194,192,192); }

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

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

 span { border-color: rgb(194,192,192); }

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