#C0BBBB

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

Shades of Silver #C0BBBB

Tints of Silver #C0BBBB

Color information

#C0BBBB (or 0xC0BBBB) is unknown color: approx Silver. HEX triplet: C0, BB and BB. RGB value is (192,187,187). Sum of RGB (Red+Green+Blue) = 192+187+187=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBBB is #3F4444. Grayscale: #BCBCBC. Windows color (decimal): -4146245 or 12303296. OLE color: 12303296.

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

Color convert

RGB192187187-
CMYK00.030.030.25
HSL3.82%74.31%-
HSV(B)2.6%75.29%-
XYZ48.4850.3354.17-
YUV188.5127.16130.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=33.92%
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.25
SystemRedGreenBlueCMYKHSL
Decimal19218718700.030.030.2503.8274.31
HexC0BBBB03319044a
Octal3002732730333104112
Binary110000001011101110111011011111100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBBB; }

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

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

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

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

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

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

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

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