#C2CFCA

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

Shades of Jet Stream #C2CFCA

Tints of Jet Stream #C2CFCA

Color information

#C2CFCA (or 0xC2CFCA) is unknown color: approx Jet Stream. HEX triplet: C2, CF and CA. RGB value is (194,207,202). Sum of RGB (Red+Green+Blue) = 194+207+202=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFCA is #3D3035. Grayscale: #CACACA. Windows color (decimal): -4010038 or 13291458. OLE color: 13291458.

HSL color Cylindrical-coordinate representation of color #C2CFCA: hue angle of 156.92º degrees, saturation: 0.12, 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 #C2CFCA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB194207202-
CMYK0.0600.020.19
HSL156.92º11.93%78.63%-
HSV(B)156.92º6.28%81.18%-
XYZ55.2260.3664.62-
YUV202.54127.69121.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.17%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=32.17%
G=34.33%
B=33.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942072020.0600.020.19156.9211.9378.63
HexC2CFCA602139dc4f
Octal3023173126022323514117
Binary110000101100111111001010110010100111001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFCA; }

 p { color: rgb(194,207,202); }

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

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

 a { background-color: rgb(194,207,202); }

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

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

 span { border-color: rgb(194,207,202); }

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