Html Css Color HEX #C9C8B8 Moon Mist

📋 copy color: '#C9C8B8'

red 201 ◦ green 200 ◦ blue 184

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

Shades of Moon Mist #C9C8B8

Tints of Moon Mist #C9C8B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.45%

R = 34.36%
G = 34.19%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9C8B8 (or 0xC9C8B8) is known color: Moon Mist. HEX triplet: C9, C8 and B8. RGB value is (201,200,184). Sum of RGB (Red+Green+Blue) = 201+200+184=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8B8 is #363747. Grayscale: #C6C6C6. Windows color (decimal): -3553096 or 12110025. OLE color: 12110025.

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

Color convert

RGB 201 200 184 -
CMYK 0 0.00 0.08 0.21
HSL 56.47º 0.14% 0.75% -
HSV(B) 56.47º 0.08% 0.79% -
XYZ 53.39 57.19 53.57 -
YUV 198.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 201 200 184 0 0.00 0.08 0.21 56.47 0.14 0.75
Hex C9 C8 B8 0 0 8 15 38 E 4B
Octal 311 310 270 0 0 10 25 70 16 113
Binary 11001001 11001000 10111000 0 0 1000 10101 111000 1110 1001011

Color Harmonies of #C9C8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C8B8

Black with #C9C8B8

Text Example


Text Example

White with #C9C8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C8B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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