#C8CAB4

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

Shades of Moon Mist #C8CAB4

Tints of Moon Mist #C8CAB4

Color information

#C8CAB4 (or 0xC8CAB4) is unknown color: approx Moon Mist. HEX triplet: C8, CA and B4. RGB value is (200,202,180). Sum of RGB (Red+Green+Blue) = 200+202+180=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAB4 is #37354B. Grayscale: #C6C6C6. Windows color (decimal): -3618124 or 11848392. OLE color: 11848392.

HSL color Cylindrical-coordinate representation of color #C8CAB4: hue angle of 65.45º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8CAB4 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB200202180-
CMYK0.0100.110.21
HSL65.45º17.19%74.9%-
HSV(B)65.45º10.89%79.22%-
XYZ53.1857.8251.54-
YUV198.89117.34128.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.36%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 180 (70.70% from 255) = 30.93%
R=34.36%
G=34.71%
B=30.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021800.0100.110.2165.4517.1974.9
HexC8CAB410B1541114b
Octal31031226410132510121113
Binary110010001100101010110100101011101011000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CAB4; }

 p { color: rgb(200,202,180); }

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

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

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

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

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

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

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