#C8C8BE

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

Shades of Moon Mist #C8C8BE

Tints of Moon Mist #C8C8BE

Color information

#C8C8BE (or 0xC8C8BE) is unknown color: approx Moon Mist. HEX triplet: C8, C8 and BE. RGB value is (200,200,190). Sum of RGB (Red+Green+Blue) = 200+200+190=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8BE is #373741. Grayscale: #C6C6C6. Windows color (decimal): -3618626 or 12503240. OLE color: 12503240.

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

Color convert

RGB200200190-
CMYK000.050.22
HSL60º8.33%76.47%-
HSV(B)60º5%78.43%-
XYZ53.7757.3156.94-
YUV198.86123128.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.90%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=33.90%
G=33.90%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200200190000.050.22608.3376.47
HexC8C8BE005163c84c
Octal310310276005267410114
Binary110010001100100010111110001011011011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C8BE; }

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

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

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

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

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

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

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

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