#C8C8B9

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

Shades of Moon Mist #C8C8B9

Tints of Moon Mist #C8C8B9

Color information

#C8C8B9 (or 0xC8C8B9) is unknown color: approx Moon Mist. HEX triplet: C8, C8 and B9. RGB value is (200,200,185). Sum of RGB (Red+Green+Blue) = 200+200+185=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8B9 is #373746. Grayscale: #C6C6C6. Windows color (decimal): -3618631 or 12175560. OLE color: 12175560.

HSL color Cylindrical-coordinate representation of color #C8C8B9: hue angle of 60º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8C8B9 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200200185-
CMYK000.080.22
HSL60º12%75.49%-
HSV(B)60º7.5%78.43%-
XYZ53.2357.0954.11-
YUV198.29120.5129.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.19%
GREEN value IS 200 (78.52% from 255) = 34.19%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=34.19%
G=34.19%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200200185000.080.22601275.49
HexC8C8B9008163cc4b
Octal3103102710010267414113
Binary1100100011001000101110010010001011011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C8B9; }

 p { color: rgb(200,200,185); }

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

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

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

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

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

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

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