#C3C2BB

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

Shades of Silver Sand #C3C2BB

Tints of Silver Sand #C3C2BB

Color information

#C3C2BB (or 0xC3C2BB) is unknown color: approx Silver Sand. HEX triplet: C3, C2 and BB. RGB value is (195,194,187). Sum of RGB (Red+Green+Blue) = 195+194+187=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2BB is #3C3D44. Grayscale: #C1C1C1. Windows color (decimal): -3947845 or 12305091. OLE color: 12305091.

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

Color convert

RGB195194187-
CMYK00.010.040.24
HSL52.5º6.25%74.9%-
HSV(B)52.5º4.1%76.47%-
XYZ50.7753.7754.72-
YUV193.5124.33129.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 194 (76.17% from 255) = 33.68%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=33.85%
G=33.68%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519418700.010.040.2452.56.2574.9
HexC3C2BB014183564b
Octal30330227301430656113
Binary11000011110000101011101101100110001101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C2BB; }

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

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

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

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

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

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

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

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