#C6CECA

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

Shades of Jet Stream #C6CECA

Tints of Jet Stream #C6CECA

Color information

#C6CECA (or 0xC6CECA) is unknown color: approx Jet Stream. HEX triplet: C6, CE and CA. RGB value is (198,206,202). Sum of RGB (Red+Green+Blue) = 198+206+202=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CECA is #393135. Grayscale: #CBCBCB. Windows color (decimal): -3748150 or 13291206. OLE color: 13291206.

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

Color convert

RGB198206202-
CMYK0.0400.020.19
HSL150º7.55%79.22%-
HSV(B)150º3.88%80.78%-
XYZ56.0260.4164.59-
YUV203.15127.35124.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=32.67%
G=33.99%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982062020.0400.020.191507.5579.22
HexC6CECA402139684f
Octal3063163124022322610117
Binary110001101100111011001010100010100111001011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CECA; }

 p { color: rgb(198,206,202); }

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

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

 a { background-color: rgb(198,206,202); }

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

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

 span { border-color: rgb(198,206,202); }

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