#C3BBBB

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

Shades of Silver #C3BBBB

Tints of Silver #C3BBBB

Color information

#C3BBBB (or 0xC3BBBB) is unknown color: approx Silver. HEX triplet: C3, BB and BB. RGB value is (195,187,187). Sum of RGB (Red+Green+Blue) = 195+187+187=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBBB is #3C4444. Grayscale: #BDBDBD. Windows color (decimal): -3949637 or 12303299. OLE color: 12303299.

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

Color convert

RGB195187187-
CMYK00.040.040.24
HSL6.25%74.9%-
HSV(B)4.1%76.47%-
XYZ49.2550.7354.21-
YUV189.39126.65132-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=34.27%
G=32.86%
B=32.86%

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
Decimal19518718700.040.040.2406.2574.9
HexC3BBBB04418064b
Octal3032732730443006113
Binary11000011101110111011101101001001100001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBBB; }

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

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

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

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

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

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

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

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