#C8C8B6

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

Shades of Moon Mist #C8C8B6

Tints of Moon Mist #C8C8B6

Color information

#C8C8B6 (or 0xC8C8B6) is unknown color: approx Moon Mist. HEX triplet: C8, C8 and B6. RGB value is (200,200,182). Sum of RGB (Red+Green+Blue) = 200+200+182=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8B6 is #373749. Grayscale: #C6C6C6. Windows color (decimal): -3618634 or 11978952. OLE color: 11978952.

HSL color Cylindrical-coordinate representation of color #C8C8B6: 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 #C8C8B6 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200200182-
CMYK000.090.22
HSL60º14.06%74.9%-
HSV(B)60º9%78.43%-
XYZ52.9256.9752.46-
YUV197.95119129.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.36%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=34.36%
G=34.36%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200200182000.090.226014.0674.9
HexC8C8B6009163ce4b
Octal3103102660011267416113
Binary1100100011001000101101100010011011011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C8B6; }

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

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

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

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

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

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

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

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