#C7C7BA

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

Shades of Moon Mist #C7C7BA

Tints of Moon Mist #C7C7BA

Color information

#C7C7BA (or 0xC7C7BA) is unknown color: approx Moon Mist. HEX triplet: C7, C7 and BA. RGB value is (199,199,186). Sum of RGB (Red+Green+Blue) = 199+199+186=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7BA is #383845. Grayscale: #C5C5C5. Windows color (decimal): -3684422 or 12240839. OLE color: 12240839.

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

Color convert

RGB199199186-
CMYK000.070.22
HSL60º10.4%75.49%-
HSV(B)60º6.53%78.04%-
XYZ52.8456.5354.58-
YUV197.52121.5129.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.08%
GREEN value IS 199 (78.12% from 255) = 34.08%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=34.08%
G=34.08%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199199186000.070.226010.475.49
HexC7C7BA007163ca4b
Octal307307272007267412113
Binary110001111100011110111010001111011011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C7BA; }

 p { color: rgb(199,199,186); }

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

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

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

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

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

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

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