#C5C5BE

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

Shades of Moon Mist #C5C5BE

Tints of Moon Mist #C5C5BE

Color information

#C5C5BE (or 0xC5C5BE) is unknown color: approx Moon Mist. HEX triplet: C5, C5 and BE. RGB value is (197,197,190). Sum of RGB (Red+Green+Blue) = 197+197+190=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5BE is #3A3A41. Grayscale: #C4C4C4. Windows color (decimal): -3816002 or 12502469. OLE color: 12502469.

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

Color convert

RGB197197190-
CMYK000.040.23
HSL60º5.69%75.88%-
HSV(B)60º3.55%77.25%-
XYZ52.2955.5256.68-
YUV196.2124.5128.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.73%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=33.73%
G=33.73%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197197190000.040.23605.6975.88
HexC5C5BE004173c64c
Octal30530527600427746114
Binary11000101110001011011111000100101111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C5BE; }

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

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

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

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

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

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

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

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