#C1C1BC

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

Shades of Silver Sand #C1C1BC

Tints of Silver Sand #C1C1BC

Color information

#C1C1BC (or 0xC1C1BC) is unknown color: approx Silver Sand. HEX triplet: C1, C1 and BC. RGB value is (193,193,188). Sum of RGB (Red+Green+Blue) = 193+193+188=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C1BC is #3E3E43. Grayscale: #C0C0C0. Windows color (decimal): -4079172 or 12370369. OLE color: 12370369.

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

Color convert

RGB193193188-
CMYK000.030.24
HSL60º3.88%74.71%-
HSV(B)60º2.59%75.69%-
XYZ50.1453.1155.19-
YUV192.43125.5128.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.62%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=33.62%
G=33.62%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193193188000.030.24603.8874.71
HexC1C1BC003183c44b
Octal30130127400330744113
Binary1100000111000001101111000011110001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C1BC; }

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

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

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

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

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

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

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

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