#C2C2BB

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

Shades of Silver Sand #C2C2BB

Tints of Silver Sand #C2C2BB

Color information

#C2C2BB (or 0xC2C2BB) is unknown color: approx Silver Sand. HEX triplet: C2, C2 and BB. RGB value is (194,194,187). Sum of RGB (Red+Green+Blue) = 194+194+187=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C2BB is #3D3D44. Grayscale: #C1C1C1. Windows color (decimal): -4013381 or 12305090. OLE color: 12305090.

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

Color convert

RGB194194187-
CMYK000.040.24
HSL60º5.43%74.71%-
HSV(B)60º3.61%76.08%-
XYZ50.5153.6454.71-
YUV193.2124.5128.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 194 (76.17% from 255) = 33.74%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=33.74%
G=33.74%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194194187000.040.24605.4374.71
HexC2C2BB004183c54b
Octal30230227300430745113
Binary11000010110000101011101100100110001111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C2BB; }

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

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

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

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

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

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

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

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