#C0BEBE

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

Shades of Silver #C0BEBE

Tints of Silver #C0BEBE

Color information

#C0BEBE (or 0xC0BEBE) is unknown color: approx Silver. HEX triplet: C0, BE and BE. RGB value is (192,190,190). Sum of RGB (Red+Green+Blue) = 192+190+190=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEBE is #3F4141. Grayscale: #BEBEBE. Windows color (decimal): -4145474 or 12500672. OLE color: 12500672.

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

Color convert

RGB192190190-
CMYK00.010.010.25
HSL1.56%74.9%-
HSV(B)1.04%75.29%-
XYZ49.4551.7556.1-
YUV190.6127.66129-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=33.57%
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.25
SystemRedGreenBlueCMYKHSL
Decimal19219019000.010.010.2501.5674.9
HexC0BEBE01119024b
Octal3002762760113102113
Binary110000001011111010111110011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEBE; }

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

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

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

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

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

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

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

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