#C3CECB

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

Shades of Jet Stream #C3CECB

Tints of Jet Stream #C3CECB

Color information

#C3CECB (or 0xC3CECB) is unknown color: approx Jet Stream. HEX triplet: C3, CE and CB. RGB value is (195,206,203). Sum of RGB (Red+Green+Blue) = 195+206+203=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CECB is #3C3134. Grayscale: #CACACA. Windows color (decimal): -3944757 or 13356739. OLE color: 13356739.

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

Color convert

RGB195206203-
CMYK0.0500.010.19
HSL163.64º10.09%78.63%-
HSV(B)163.64º5.34%80.78%-
XYZ55.3660.0665.17-
YUV202.37128.36122.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.28%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=32.28%
G=34.11%
B=33.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952062030.0500.010.19163.6410.0978.63
HexC3CECB50113a4a4f
Octal3033163135012324412117
Binary11000011110011101100101110101100111010010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CECB; }

 p { color: rgb(195,206,203); }

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

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

 a { background-color: rgb(195,206,203); }

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

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

 span { border-color: rgb(195,206,203); }

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