#C7C7B5

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

Shades of Moon Mist #C7C7B5

Tints of Moon Mist #C7C7B5

Color information

#C7C7B5 (or 0xC7C7B5) is unknown color: approx Moon Mist. HEX triplet: C7, C7 and B5. RGB value is (199,199,181). Sum of RGB (Red+Green+Blue) = 199+199+181=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7B5 is #38384A. Grayscale: #C5C5C5. Windows color (decimal): -3684427 or 11913159. OLE color: 11913159.

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

Color convert

RGB199199181-
CMYK000.090.22
HSL60º13.85%74.51%-
HSV(B)60º9.05%78.04%-
XYZ52.3256.3351.83-
YUV196.95119129.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 181 (71.09% from 255) = 31.26%
R=34.37%
G=34.37%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199199181000.090.226013.8574.51
HexC7C7B5009163ce4b
Octal3073072650011267416113
Binary1100011111000111101101010010011011011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C7B5; }

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

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

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

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

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

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

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

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