#C2C6C6

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

Shades of Iron #C2C6C6

Tints of Iron #C2C6C6

Color information

#C2C6C6 (or 0xC2C6C6) is unknown color: approx Iron. HEX triplet: C2, C6 and C6. RGB value is (194,198,198). Sum of RGB (Red+Green+Blue) = 194+198+198=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 198 - color contains mainly: green, blue. Hex color #C2C6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6C6 is #3D3939. Grayscale: #C4C4C4. Windows color (decimal): -4012346 or 13027010. OLE color: 13027010.

HSL color Cylindrical-coordinate representation of color #C2C6C6: hue angle of 180º 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 #C2C6C6 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194198198-
CMYK0.02000.22
HSL180º3.39%76.86%-
HSV(B)180º2.02%77.65%-
XYZ52.6455.9361.45-
YUV196.8128.67126-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=32.88%
G=33.56%
B=33.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941981980.02000.221803.3976.86
HexC2C6C620016b434d
Octal302306306200262643115
Binary11000010110001101100011010001011010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C6C6; }

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

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

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

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

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

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

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

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