Html Css Color HEX #C9C9BA Moon Mist

📋 copy color: '#C9C9BA'

red 201 ◦ green 201 ◦ blue 186

#C9C9BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Mist #C9C9BA

Tints of Moon Mist #C9C9BA

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 value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9C9BA (or 0xC9C9BA) is known color: 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

RGB 201 201 186 -
CMYK 0 0 0.07 0.21
HSL 60º 0.12% 0.76% -
HSV(B) 60º 0.07% 0.79% -
XYZ 53.84 57.74 54.76 -
YUV 199.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 201 201 186 0 0 0.07 0.21 60 0.12 0.76
Hex C9 C9 BA 0 0 7 15 3C C 4C
Octal 311 311 272 0 0 7 25 74 14 114
Binary 11001001 11001001 10111010 0 0 111 10101 111100 1100 1001100

Color Harmonies of #C9C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C9BA

Black with #C9C9BA

Text Example


Text Example

White with #C9C9BA

Text Example


Text Example

HTML Codes & Css Web 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>