#C3C1B9

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

Shades of Silver Sand #C3C1B9

Tints of Silver Sand #C3C1B9

Color information

#C3C1B9 (or 0xC3C1B9) is unknown color: approx Silver Sand. HEX triplet: C3, C1 and B9. RGB value is (195,193,185). Sum of RGB (Red+Green+Blue) = 195+193+185=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1B9 is #3C3E46. Grayscale: #C0C0C0. Windows color (decimal): -3948103 or 12173763. OLE color: 12173763.

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

Color convert

RGB195193185-
CMYK00.010.050.24
HSL48º7.69%74.51%-
HSV(B)48º5.13%76.47%-
XYZ50.3353.2453.52-
YUV192.69123.66129.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=34.03%
G=33.68%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519318500.010.050.24487.6974.51
HexC3C1B9015183084b
Octal303301271015306010113
Binary110000111100000110111001011011100011000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C1B9; }

 p { color: rgb(195,193,185); }

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

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

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

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

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

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

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