#C3C2B9

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

Shades of Silver Sand #C3C2B9

Tints of Silver Sand #C3C2B9

Color information

#C3C2B9 (or 0xC3C2B9) is unknown color: approx Silver Sand. HEX triplet: C3, C2 and B9. RGB value is (195,194,185). Sum of RGB (Red+Green+Blue) = 195+194+185=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2B9 is #3C3D46. Grayscale: #C1C1C1. Windows color (decimal): -3947847 or 12174019. OLE color: 12174019.

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

Color convert

RGB195194185-
CMYK00.010.050.24
HSL54º7.69%74.51%-
HSV(B)54º5.13%76.47%-
XYZ50.5553.6953.6-
YUV193.27123.33129.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.97%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=33.97%
G=33.80%
B=32.23%

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
Decimal19519418500.010.050.24547.6974.51
HexC3C2B9015183684b
Octal303302271015306610113
Binary110000111100001010111001011011100011011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C2B9; }

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

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

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

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

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

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

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

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