#C9C9BA

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

Shades of Moon Mist #C9C9BA

Tints of Moon Mist #C9C9BA

Color information

#C9C9BA (or 0xC9C9BA) is unknown color: approx Moon Mist. HEX triplet: C9, C9 and BA. RGB value is (201,201,186). Sum of RGB (Red+Green+Blue) = 201+201+186=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 201 - color contains mainly: red, green. Hex color #C9C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9BA is #363645. Grayscale: #C7C7C7. Windows color (decimal): -3552838 or 12241353. OLE color: 12241353.

HSL color Cylindrical-coordinate representation of color #C9C9BA: hue angle of 60º 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 #C9C9BA is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201201186-
CMYK000.070.21
HSL60º12.2%75.88%-
HSV(B)60º7.46%78.82%-
XYZ53.8457.7454.76-
YUV199.29120.5129.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=34.18%
G=34.18%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201201186000.070.216012.275.88
HexC9C9BA007153cc4c
Octal311311272007257414114
Binary110010011100100110111010001111010111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C9BA; }

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

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

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

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

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

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

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

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