Html Css Color HEX #C9C8BB Moon Mist

📋 copy color: '#C9C8BB'

red 201 ◦ green 200 ◦ blue 187

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

Shades of Moon Mist #C9C8BB

Tints of Moon Mist #C9C8BB

RGB

 RED value IS 201 (78.91% from 255) = 34.18%

 GREEN value IS 200 (78.52% from 255) = 34.01%

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 34.18%
G = 34.01%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9C8BB (or 0xC9C8BB) is known color: Moon Mist. HEX triplet: C9, C8 and BB. RGB value is (201,200,187). Sum of RGB (Red+Green+Blue) = 201+200+187=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8BB is #363744. Grayscale: #C6C6C6. Windows color (decimal): -3553093 or 12306633. OLE color: 12306633.

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

Color convert

RGB 201 200 187 -
CMYK 0 0.00 0.07 0.21
HSL 55.71º 0.11% 0.76% -
HSV(B) 55.71º 0.07% 0.79% -
XYZ 53.71 57.31 55.25 -
YUV 198.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 201 200 187 0 0.00 0.07 0.21 55.71 0.11 0.76
Hex C9 C8 BB 0 0 7 15 38 B 4C
Octal 311 310 273 0 0 7 25 70 13 114
Binary 11001001 11001000 10111011 0 0 111 10101 111000 1011 1001100

Color Harmonies of #C9C8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C8BB

Black with #C9C8BB

Text Example


Text Example

White with #C9C8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C8BB; }

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

 H1.HeaderClassName
 {
   color: #C9C8BB;
 }
 .AnyTagClassName
 {
   color: #C9C8BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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