#C4C7C7

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

Shades of Iron #C4C7C7

Tints of Iron #C4C7C7

Color information

#C4C7C7 (or 0xC4C7C7) is unknown color: approx Iron. HEX triplet: C4, C7 and C7. RGB value is (196,199,199). Sum of RGB (Red+Green+Blue) = 196+199+199=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 199 - color contains mainly: green, blue. Hex color #C4C7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C7C7 is #3B3838. Grayscale: #C6C6C6. Windows color (decimal): -3881017 or 13092804. OLE color: 13092804.

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

Color convert

RGB196199199-
CMYK0.02000.22
HSL180º2.61%77.45%-
HSV(B)180º1.51%78.04%-
XYZ53.556.7162.16-
YUV198.1128.51126.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961991990.02000.221802.6177.45
HexC4C7C720016b434d
Octal304307307200262643115
Binary11000100110001111100011110001011010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C7C7; }

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

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

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

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

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

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

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

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