#C5C6C6

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

Shades of Iron #C5C6C6

Tints of Iron #C5C6C6

Color information

#C5C6C6 (or 0xC5C6C6) is unknown color: approx Iron. HEX triplet: C5, C6 and C6. RGB value is (197,198,198). Sum of RGB (Red+Green+Blue) = 197+198+198=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 198 - color contains mainly: green, blue. Hex color #C5C6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C6C6 is #3A3939. Grayscale: #C5C5C5. Windows color (decimal): -3815738 or 13027013. OLE color: 13027013.

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

Color convert

RGB197198198-
CMYK0.01000.22
HSL180º0.87%77.45%-
HSV(B)180º0.51%77.65%-
XYZ53.4156.3461.48-
YUV197.7128.17127.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=33.22%
G=33.39%
B=33.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971981980.01000.221800.8777.45
HexC5C6C610016b414d
Octal305306306100262641115
Binary110001011100011011000110100101101011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C6C6; }

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

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

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

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

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

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

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

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