#C8C1C1

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

Shades of Silver #C8C1C1

Tints of Silver #C8C1C1

Color information

#C8C1C1 (or 0xC8C1C1) is unknown color: approx Silver. HEX triplet: C8, C1 and C1. RGB value is (200,193,193). Sum of RGB (Red+Green+Blue) = 200+193+193=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1C1 is #373E3E. Grayscale: #C3C3C3. Windows color (decimal): -3620415 or 12698056. OLE color: 12698056.

HSL color Cylindrical-coordinate representation of color #C8C1C1: hue angle of 0º degrees, saturation: 0.06, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8C1C1 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200193193-
CMYK00.040.040.22
HSL5.98%77.06%-
HSV(B)3.5%78.43%-
XYZ52.5254.2758.16-
YUV195.09126.82131.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.13%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=34.13%
G=32.94%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019319300.040.040.2205.9877.06
HexC8C1C104416064d
Octal3103013010442606115
Binary11001000110000011100000101001001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C1C1; }

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

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

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

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

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

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

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

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