#C0D7CE

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

Shades of Jet Stream #C0D7CE

Tints of Jet Stream #C0D7CE

Color information

#C0D7CE (or 0xC0D7CE) is unknown color: approx Jet Stream. HEX triplet: C0, D7 and CE. RGB value is (192,215,206). Sum of RGB (Red+Green+Blue) = 192+215+206=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D7CE is #3F2831. Grayscale: #CFCFCF. Windows color (decimal): -4139058 or 13555648. OLE color: 13555648.

HSL color Cylindrical-coordinate representation of color #C0D7CE: hue angle of 156.52º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D7CE is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB192215206-
CMYK0.1100.040.16
HSL156.52º22.33%79.8%-
HSV(B)156.52º10.7%84.31%-
XYZ57.1864.2667.78-
YUV207.1127.38117.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.32%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 206 (80.86% from 255) = 33.61%
R=31.32%
G=35.07%
B=33.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922152060.1100.040.16156.5222.3379.8
HexC0D7CEB04109d1650
Octal30032731613042023526120
Binary110000001101011111001110101101001000010011101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D7CE; }

 p { color: rgb(192,215,206); }

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

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

 a { background-color: rgb(192,215,206); }

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

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

 span { border-color: rgb(192,215,206); }

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