#C3CECA

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

Shades of Jet Stream #C3CECA

Tints of Jet Stream #C3CECA

Color information

#C3CECA (or 0xC3CECA) is unknown color: approx Jet Stream. HEX triplet: C3, CE and CA. RGB value is (195,206,202). Sum of RGB (Red+Green+Blue) = 195+206+202=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CECA is #3C3135. Grayscale: #CACACA. Windows color (decimal): -3944758 or 13291203. OLE color: 13291203.

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

Color convert

RGB195206202-
CMYK0.0500.020.19
HSL158.18º10.09%78.63%-
HSV(B)158.18º5.34%80.78%-
XYZ55.2460.0164.55-
YUV202.26127.86122.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.34%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=32.34%
G=34.16%
B=33.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952062020.0500.020.19158.1810.0978.63
HexC3CECA502139ea4f
Octal3033163125022323612117
Binary110000111100111011001010101010100111001111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CECA; }

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

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

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

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

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

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

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

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