#C2C5C4

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

Shades of Jet Stream #C2C5C4

Tints of Jet Stream #C2C5C4

Color information

#C2C5C4 (or 0xC2C5C4) is unknown color: approx Jet Stream. HEX triplet: C2, C5 and C4. RGB value is (194,197,196). Sum of RGB (Red+Green+Blue) = 194+197+196=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5C4 is #3D3A3B. Grayscale: #C3C3C3. Windows color (decimal): -4012604 or 12895682. OLE color: 12895682.

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

Color convert

RGB194197196-
CMYK0.0200.010.23
HSL160º2.52%76.67%-
HSV(B)160º1.52%77.25%-
XYZ52.1855.3960.17-
YUV195.99128.01126.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=33.05%
G=33.56%
B=33.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941971960.0200.010.231602.5276.67
HexC2C5C420117a034d
Octal302305304201272403115
Binary11000010110001011100010010011011110100000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C5C4; }

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

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

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

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

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

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

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

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