#C2CAC7

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

Shades of Jet Stream #C2CAC7

Tints of Jet Stream #C2CAC7

Color information

#C2CAC7 (or 0xC2CAC7) is unknown color: approx Jet Stream. HEX triplet: C2, CA and C7. RGB value is (194,202,199). Sum of RGB (Red+Green+Blue) = 194+202+199=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAC7 is #3D3538. Grayscale: #C7C7C7. Windows color (decimal): -4011321 or 13093570. OLE color: 13093570.

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

Color convert

RGB194202199-
CMYK0.0400.010.21
HSL157.5º7.02%77.65%-
HSV(B)157.5º3.96%79.22%-
XYZ53.6857.8362.37-
YUV199.27127.85124.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.61%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 199 (78.12% from 255) = 33.45%
R=32.61%
G=33.95%
B=33.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021990.0400.010.21157.57.0277.65
HexC2CAC7401159d74e
Octal302312307401252357116
Binary1100001011001010110001111000110101100111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAC7; }

 p { color: rgb(194,202,199); }

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

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

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

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

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

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

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