#C2C6C5

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

Shades of Jet Stream #C2C6C5

Tints of Jet Stream #C2C6C5

Color information

#C2C6C5 (or 0xC2C6C5) is unknown color: approx Jet Stream. HEX triplet: C2, C6 and C5. RGB value is (194,198,197). Sum of RGB (Red+Green+Blue) = 194+198+197=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6C5 is #3D393A. Grayscale: #C4C4C4. Windows color (decimal): -4012347 or 12961474. OLE color: 12961474.

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

Color convert

RGB194198197-
CMYK0.0200.010.22
HSL165º3.39%76.86%-
HSV(B)165º2.02%77.65%-
XYZ52.5255.8960.84-
YUV196.69128.17126.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=32.94%
G=33.62%
B=33.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941981970.0200.010.221653.3976.86
HexC2C6C520116a534d
Octal302306305201262453115
Binary11000010110001101100010110011011010100101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C6C5; }

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

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

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

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

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

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

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

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