#C3CFC9

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

Shades of Jet Stream #C3CFC9

Tints of Jet Stream #C3CFC9

Color information

#C3CFC9 (or 0xC3CFC9) is unknown color: approx Jet Stream. HEX triplet: C3, CF and C9. RGB value is (195,207,201). Sum of RGB (Red+Green+Blue) = 195+207+201=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFC9 is #3C3036. Grayscale: #CACACA. Windows color (decimal): -3944503 or 13225923. OLE color: 13225923.

HSL color Cylindrical-coordinate representation of color #C3CFC9: hue angle of 150º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CFC9 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB195207201-
CMYK0.0600.030.19
HSL150º11.11%78.82%-
HSV(B)150º5.8%81.18%-
XYZ55.3660.4464.01-
YUV202.73127.02122.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.34%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 201 (78.91% from 255) = 33.33%
R=32.34%
G=34.33%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952072010.0600.030.1915011.1178.82
HexC3CFC96031396b4f
Octal3033173116032322613117
Binary110000111100111111001001110011100111001011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFC9; }

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

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

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

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

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

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

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

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