#C1CFC9

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

Shades of Jet Stream #C1CFC9

Tints of Jet Stream #C1CFC9

Color information

#C1CFC9 (or 0xC1CFC9) is unknown color: approx Jet Stream. HEX triplet: C1, CF and C9. RGB value is (193,207,201). Sum of RGB (Red+Green+Blue) = 193+207+201=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFC9 is #3E3036. Grayscale: #CACACA. Windows color (decimal): -4075575 or 13225921. OLE color: 13225921.

HSL color Cylindrical-coordinate representation of color #C1CFC9: hue angle of 154.29º 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 #C1CFC9 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB193207201-
CMYK0.0700.030.19
HSL154.29º12.73%78.43%-
HSV(B)154.29º6.76%81.18%-
XYZ54.8560.1863.98-
YUV202.13127.36121.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.11%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 201 (78.91% from 255) = 33.44%
R=32.11%
G=34.44%
B=33.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932072010.0700.030.19154.2912.7378.43
HexC1CFC9703139ad4e
Octal3013173117032323215116
Binary110000011100111111001001111011100111001101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFC9; }

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

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

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

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

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

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

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

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