#C7C4C4

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

Shades of Silver #C7C4C4

Tints of Silver #C7C4C4

Color information

#C7C4C4 (or 0xC7C4C4) is unknown color: approx Silver. HEX triplet: C7, C4 and C4. RGB value is (199,196,196). Sum of RGB (Red+Green+Blue) = 199+196+196=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4C4 is #383B3B. Grayscale: #C4C4C4. Windows color (decimal): -3685180 or 12895431. OLE color: 12895431.

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

Color convert

RGB199196196-
CMYK00.020.020.22
HSL2.61%77.45%-
HSV(B)1.51%78.04%-
XYZ53.2655.6160.15-
YUV196.9127.49129.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=33.67%
G=33.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919619600.020.020.2202.6177.45
HexC7C4C402216034d
Octal3073043040222603115
Binary11000111110001001100010001010101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C4C4; }

 p { color: rgb(199,196,196); }

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

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

 a { background-color: rgb(199,196,196); }

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

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

 span { border-color: rgb(199,196,196); }

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