#C9CFCE

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

Shades of Geyser #C9CFCE

Tints of Geyser #C9CFCE

Color information

#C9CFCE (or 0xC9CFCE) is unknown color: approx Geyser. HEX triplet: C9, CF and CE. RGB value is (201,207,206). Sum of RGB (Red+Green+Blue) = 201+207+206=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFCE is #363031. Grayscale: #CDCDCD. Windows color (decimal): -3551282 or 13553609. OLE color: 13553609.

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

Color convert

RGB201207206-
CMYK0.0300.000.19
HSL170º5.88%80%-
HSV(B)170º2.9%81.18%-
XYZ57.5461.567.23-
YUV205.09128.51125.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=32.74%
G=33.71%
B=33.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012072060.0300.000.191705.8880
HexC9CFCE30013aa650
Octal311317316300232526120
Binary110010011100111111001110110010011101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFCE; }

 p { color: rgb(201,207,206); }

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

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

 a { background-color: rgb(201,207,206); }

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

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

 span { border-color: rgb(201,207,206); }

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