#C2C2BF

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

Shades of Silver Sand #C2C2BF

Tints of Silver Sand #C2C2BF

Color information

#C2C2BF (or 0xC2C2BF) is unknown color: approx Silver Sand. HEX triplet: C2, C2 and BF. RGB value is (194,194,191). Sum of RGB (Red+Green+Blue) = 194+194+191=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C2BF is #3D3D40. Grayscale: #C1C1C1. Windows color (decimal): -4013377 or 12567234. OLE color: 12567234.

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

Color convert

RGB194194191-
CMYK000.020.24
HSL60º2.4%75.49%-
HSV(B)60º1.55%76.08%-
XYZ50.9453.8156.99-
YUV193.66126.5128.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 194 (76.17% from 255) = 33.51%
BLUE value IS 191 (75% from 255) = 32.99%
R=33.51%
G=33.51%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194194191000.020.24602.475.49
HexC2C2BF002183c24b
Octal30230227700230742113
Binary110000101100001010111111001011000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C2BF; }

 p { color: rgb(194,194,191); }

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

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

 a { background-color: rgb(194,194,191); }

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

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

 span { border-color: rgb(194,194,191); }

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