#C3C3BD

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

Shades of Silver Sand #C3C3BD

Tints of Silver Sand #C3C3BD

Color information

#C3C3BD (or 0xC3C3BD) is unknown color: approx Silver Sand. HEX triplet: C3, C3 and BD. RGB value is (195,195,189). Sum of RGB (Red+Green+Blue) = 195+195+189=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C3BD is #3C3C42. Grayscale: #C2C2C2. Windows color (decimal): -3947587 or 12436419. OLE color: 12436419.

HSL color Cylindrical-coordinate representation of color #C3C3BD: 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.03%. Process color model (Four color, CMYK) of #C3C3BD is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195195189-
CMYK000.030.24
HSL60º4.76%75.29%-
HSV(B)60º3.08%76.47%-
XYZ51.2154.3155.93-
YUV194.32125128.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.68%
GREEN value IS 195 (76.56% from 255) = 33.68%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=33.68%
G=33.68%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195195189000.030.24604.7675.29
HexC3C3BD003183c54b
Octal30330327500330745113
Binary1100001111000011101111010011110001111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C3BD; }

 p { color: rgb(195,195,189); }

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

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

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

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

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

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

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