#C5CECD

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

Shades of Geyser #C5CECD

Tints of Geyser #C5CECD

Color information

#C5CECD (or 0xC5CECD) is unknown color: approx Geyser. HEX triplet: C5, CE and CD. RGB value is (197,206,205). Sum of RGB (Red+Green+Blue) = 197+206+205=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CECD is #3A3132. Grayscale: #CBCBCB. Windows color (decimal): -3813683 or 13487813. OLE color: 13487813.

HSL color Cylindrical-coordinate representation of color #C5CECD: hue angle of 173.33º 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 #C5CECD is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB197206205-
CMYK0.0400.000.19
HSL173.33º8.41%79.02%-
HSV(B)173.33º4.37%80.78%-
XYZ56.1260.4266.46-
YUV203.2129.02123.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.40%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=32.40%
G=33.88%
B=33.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972062050.0400.000.19173.338.4179.02
HexC5CECD40013ad84f
Octal3053163154002325510117
Binary11000101110011101100110110000100111010110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CECD; }

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

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

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

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

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

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

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

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