#C2CECC

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

Shades of Geyser #C2CECC

Tints of Geyser #C2CECC

Color information

#C2CECC (or 0xC2CECC) is unknown color: approx Geyser. HEX triplet: C2, CE and CC. RGB value is (194,206,204). Sum of RGB (Red+Green+Blue) = 194+206+204=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CECC is #3D3133. Grayscale: #CACACA. Windows color (decimal): -4010292 or 13422274. OLE color: 13422274.

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

Color convert

RGB194206204-
CMYK0.0600.010.19
HSL170º10.91%78.43%-
HSV(B)170º5.83%80.78%-
XYZ55.2259.9765.79-
YUV202.18129.02122.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=32.12%
G=34.11%
B=33.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942062040.0600.010.1917010.9178.43
HexC2CECC60113aab4e
Octal3023163146012325213116
Binary11000010110011101100110011001100111010101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CECC; }

 p { color: rgb(194,206,204); }

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

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

 a { background-color: rgb(194,206,204); }

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

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

 span { border-color: rgb(194,206,204); }

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