#C7CFCC

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

Shades of Jet Stream #C7CFCC

Tints of Jet Stream #C7CFCC

Color information

#C7CFCC (or 0xC7CFCC) is unknown color: approx Jet Stream. HEX triplet: C7, CF and CC. RGB value is (199,207,204). Sum of RGB (Red+Green+Blue) = 199+207+204=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFCC is #383033. Grayscale: #CCCCCC. Windows color (decimal): -3682356 or 13422535. OLE color: 13422535.

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

Color convert

RGB199207204-
CMYK0.0400.010.19
HSL157.5º7.69%79.61%-
HSV(B)157.5º3.86%81.18%-
XYZ56.7761.1365.93-
YUV204.27127.85124.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=32.62%
G=33.93%
B=33.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992072040.0400.010.19157.57.6979.61
HexC7CFCC401139d850
Octal3073173144012323510120
Binary11000111110011111100110010001100111001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFCC; }

 p { color: rgb(199,207,204); }

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

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

 a { background-color: rgb(199,207,204); }

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

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

 span { border-color: rgb(199,207,204); }

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