#C2C1BC

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

Shades of Silver Sand #C2C1BC

Tints of Silver Sand #C2C1BC

Color information

#C2C1BC (or 0xC2C1BC) is unknown color: approx Silver Sand. HEX triplet: C2, C1 and BC. RGB value is (194,193,188). Sum of RGB (Red+Green+Blue) = 194+193+188=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1BC is #3D3E43. Grayscale: #C0C0C0. Windows color (decimal): -4013636 or 12370370. OLE color: 12370370.

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

Color convert

RGB194193188-
CMYK00.010.030.24
HSL50º4.69%74.9%-
HSV(B)50º3.09%76.08%-
XYZ50.453.2455.2-
YUV192.73125.33128.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=33.74%
G=33.57%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419318800.010.030.24504.6974.9
HexC2C1BC013183254b
Octal30230127401330625113
Binary1100001011000001101111000111110001100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C1BC; }

 p { color: rgb(194,193,188); }

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

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

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

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

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

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

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