#C3BCBB

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

Shades of Silver #C3BCBB

Tints of Silver #C3BCBB

Color information

#C3BCBB (or 0xC3BCBB) is unknown color: approx Silver. HEX triplet: C3, BC and BB. RGB value is (195,188,187). Sum of RGB (Red+Green+Blue) = 195+188+187=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCBB is #3C4344. Grayscale: #BDBDBD. Windows color (decimal): -3949381 or 12303555. OLE color: 12303555.

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

Color convert

RGB195188187-
CMYK00.040.040.24
HSL7.5º6.25%74.9%-
HSV(B)7.5º4.1%76.47%-
XYZ49.4651.1654.28-
YUV189.98126.32131.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=34.21%
G=32.98%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518818700.040.040.247.56.2574.9
HexC3BCBB04418864b
Octal30327427304430106113
Binary11000011101111001011101101001001100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCBB; }

 p { color: rgb(195,188,187); }

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

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

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

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

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

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

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