#C1CFCA

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

Shades of Jet Stream #C1CFCA

Tints of Jet Stream #C1CFCA

Color information

#C1CFCA (or 0xC1CFCA) is unknown color: approx Jet Stream. HEX triplet: C1, CF and CA. RGB value is (193,207,202). Sum of RGB (Red+Green+Blue) = 193+207+202=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFCA is #3E3035. Grayscale: #CACACA. Windows color (decimal): -4075574 or 13291457. OLE color: 13291457.

HSL color Cylindrical-coordinate representation of color #C1CFCA: hue angle of 158.57º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CFCA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB193207202-
CMYK0.0700.020.19
HSL158.57º12.73%78.43%-
HSV(B)158.57º6.76%81.18%-
XYZ54.9760.2364.61-
YUV202.24127.86121.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.06%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=32.06%
G=34.39%
B=33.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932072020.0700.020.19158.5712.7378.43
HexC1CFCA702139fd4e
Octal3013173127022323715116
Binary110000011100111111001010111010100111001111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFCA; }

 p { color: rgb(193,207,202); }

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

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

 a { background-color: rgb(193,207,202); }

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

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

 span { border-color: rgb(193,207,202); }

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