#C7C8B9

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

Shades of Moon Mist #C7C8B9

Tints of Moon Mist #C7C8B9

Color information

#C7C8B9 (or 0xC7C8B9) is unknown color: approx Moon Mist. HEX triplet: C7, C8 and B9. RGB value is (199,200,185). Sum of RGB (Red+Green+Blue) = 199+200+185=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8B9 is #383746. Grayscale: #C6C6C6. Windows color (decimal): -3684167 or 12175559. OLE color: 12175559.

HSL color Cylindrical-coordinate representation of color #C7C8B9: hue angle of 64º 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 #C7C8B9 is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB199200185-
CMYK0.0000.080.22
HSL64º12%75.49%-
HSV(B)64º7.5%78.43%-
XYZ52.9656.9554.1-
YUV197.99120.67128.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.08%
GREEN value IS 200 (78.52% from 255) = 34.25%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=34.08%
G=34.25%
B=31.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992001850.0000.080.22641275.49
HexC7C8B90081640c4b
Octal30731027100102610014113
Binary11000111110010001011100100100010110100000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C8B9; }

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

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

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

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

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

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

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

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