#C9CDCC

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

Shades of Geyser #C9CDCC

Tints of Geyser #C9CDCC

Color information

#C9CDCC (or 0xC9CDCC) is unknown color: approx Geyser. HEX triplet: C9, CD and CC. RGB value is (201,205,204). Sum of RGB (Red+Green+Blue) = 201+205+204=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDCC is #363233. Grayscale: #CBCBCB. Windows color (decimal): -3551796 or 13422025. OLE color: 13422025.

HSL color Cylindrical-coordinate representation of color #C9CDCC: hue angle of 165º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CDCC is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB201205204-
CMYK0.0200.000.20
HSL165º3.85%79.61%-
HSV(B)165º1.95%80.39%-
XYZ56.8260.4465.8-
YUV203.69128.17126.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=32.95%
G=33.61%
B=33.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012052040.0200.000.201653.8579.61
HexC9CDCC20014a5450
Octal311315314200242454120
Binary110010011100110111001100100010100101001011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDCC; }

 p { color: rgb(201,205,204); }

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

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

 a { background-color: rgb(201,205,204); }

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

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

 span { border-color: rgb(201,205,204); }

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