#C7C8BB

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

Shades of Moon Mist #C7C8BB

Tints of Moon Mist #C7C8BB

Color information

#C7C8BB (or 0xC7C8BB) is unknown color: approx Moon Mist. HEX triplet: C7, C8 and BB. RGB value is (199,200,187). Sum of RGB (Red+Green+Blue) = 199+200+187=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8BB is #383744. Grayscale: #C6C6C6. Windows color (decimal): -3684165 or 12306631. OLE color: 12306631.

HSL color Cylindrical-coordinate representation of color #C7C8BB: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7C8BB is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB199200187-
CMYK0.0000.060.22
HSL64.62º10.57%75.88%-
HSV(B)64.62º6.5%78.43%-
XYZ53.1857.0455.22-
YUV198.22121.67128.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.96%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=33.96%
G=34.13%
B=31.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992001870.0000.060.2264.6210.5775.88
HexC7C8BB0061641b4c
Octal3073102730062610113114
Binary1100011111001000101110110011010110100000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C8BB; }

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

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

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

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

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

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

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

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