#C2C2C0

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

Shades of Silver Sand #C2C2C0

Tints of Silver Sand #C2C2C0

Color information

#C2C2C0 (or 0xC2C2C0) is unknown color: approx Silver Sand. HEX triplet: C2, C2 and C0. RGB value is (194,194,192). Sum of RGB (Red+Green+Blue) = 194+194+192=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C2C0 is #3D3D3F. Grayscale: #C1C1C1. Windows color (decimal): -4013376 or 12632770. OLE color: 12632770.

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

Color convert

RGB194194192-
CMYK000.010.24
HSL60º1.61%75.69%-
HSV(B)60º1.03%76.08%-
XYZ51.0553.8657.57-
YUV193.77127128.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 194 (76.17% from 255) = 33.45%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=33.45%
G=33.45%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194194192000.010.24601.6175.69
HexC2C2C0001183c24c
Octal30230230000130742114
Binary11000010110000101100000000111000111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C2C0; }

 p { color: rgb(194,194,192); }

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

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

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

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

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

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

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