#C9C8BA

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

Shades of Moon Mist #C9C8BA

Tints of Moon Mist #C9C8BA

Color information

#C9C8BA (or 0xC9C8BA) is unknown color: approx Moon Mist. HEX triplet: C9, C8 and BA. RGB value is (201,200,186). Sum of RGB (Red+Green+Blue) = 201+200+186=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8BA is #363745. Grayscale: #C6C6C6. Windows color (decimal): -3553094 or 12241097. OLE color: 12241097.

HSL color Cylindrical-coordinate representation of color #C9C8BA: hue angle of 56º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9C8BA is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201200186-
CMYK00.000.070.21
HSL56º12.2%75.88%-
HSV(B)56º7.46%78.82%-
XYZ53.657.2754.68-
YUV198.7120.83129.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.24%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=34.24%
G=34.07%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20120018600.000.070.215612.275.88
HexC9C8BA0071538c4c
Octal311310272007257014114
Binary110010011100100010111010001111010111100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C8BA; }

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

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

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

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

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

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

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

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