#C1BBBB

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

Shades of Silver #C1BBBB

Tints of Silver #C1BBBB

Color information

#C1BBBB (or 0xC1BBBB) is unknown color: approx Silver. HEX triplet: C1, BB and BB. RGB value is (193,187,187). Sum of RGB (Red+Green+Blue) = 193+187+187=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBBB is #3E4444. Grayscale: #BCBCBC. Windows color (decimal): -4080709 or 12303297. OLE color: 12303297.

HSL color Cylindrical-coordinate representation of color #C1BBBB: 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 #C1BBBB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB193187187-
CMYK00.030.030.24
HSL4.62%74.51%-
HSV(B)3.11%75.69%-
XYZ48.7350.4754.19-
YUV188.79126.99131-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=34.04%
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
Decimal19318718700.030.030.2404.6274.51
HexC1BBBB03318054b
Octal3012732730333005113
Binary110000011011101110111011011111100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBBB; }

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

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

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

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

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

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

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

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