#C9C8B5

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

Shades of Moon Mist #C9C8B5

Tints of Moon Mist #C9C8B5

Color information

#C9C8B5 (or 0xC9C8B5) is unknown color: approx Moon Mist. HEX triplet: C9, C8 and B5. RGB value is (201,200,181). Sum of RGB (Red+Green+Blue) = 201+200+181=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8B5 is #36374A. Grayscale: #C6C6C6. Windows color (decimal): -3553099 or 11913417. OLE color: 11913417.

HSL color Cylindrical-coordinate representation of color #C9C8B5: hue angle of 57º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9C8B5 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB201200181-
CMYK00.000.100.21
HSL57º15.63%74.9%-
HSV(B)57º9.95%78.82%-
XYZ53.0857.0651.93-
YUV198.13118.33130.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 181 (71.09% from 255) = 31.10%
R=34.54%
G=34.36%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20120018100.000.100.215715.6374.9
HexC9C8B500A1539104b
Octal3113102650012257120113
Binary11001001110010001011010100101010101111001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C8B5; }

 p { color: rgb(201,200,181); }

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

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

 a { background-color: rgb(201,200,181); }

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

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

 span { border-color: rgb(201,200,181); }

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