#C5CECC

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

Shades of Geyser #C5CECC

Tints of Geyser #C5CECC

Color information

#C5CECC (or 0xC5CECC) is unknown color: approx Geyser. HEX triplet: C5, CE and CC. RGB value is (197,206,204). Sum of RGB (Red+Green+Blue) = 197+206+204=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CECC is #3A3133. Grayscale: #CBCBCB. Windows color (decimal): -3813684 or 13422277. OLE color: 13422277.

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

Color convert

RGB197206204-
CMYK0.0400.010.19
HSL166.67º8.41%79.02%-
HSV(B)166.67º4.37%80.78%-
XYZ5660.3765.83-
YUV203.08128.52123.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.45%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=32.45%
G=33.94%
B=33.61%

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
Decimal1972062040.0400.010.19166.678.4179.02
HexC5CECC40113a784f
Octal3053163144012324710117
Binary11000101110011101100110010001100111010011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CECC; }

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

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

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

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

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

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

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

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