#C3CFCA

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

Shades of Jet Stream #C3CFCA

Tints of Jet Stream #C3CFCA

Color information

#C3CFCA (or 0xC3CFCA) is unknown color: approx Jet Stream. HEX triplet: C3, CF and CA. RGB value is (195,207,202). Sum of RGB (Red+Green+Blue) = 195+207+202=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFCA is #3C3035. Grayscale: #CACACA. Windows color (decimal): -3944502 or 13291459. OLE color: 13291459.

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

Color convert

RGB195207202-
CMYK0.0600.020.19
HSL155º11.11%78.82%-
HSV(B)155º5.8%81.18%-
XYZ55.4860.4964.63-
YUV202.84127.52122.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.28%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=32.28%
G=34.27%
B=33.44%

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
Decimal1952072020.0600.020.1915511.1178.82
HexC3CFCA602139bb4f
Octal3033173126022323313117
Binary110000111100111111001010110010100111001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFCA; }

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

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

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

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

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

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

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

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