#C9CAAF

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

Shades of Moon Mist #C9CAAF

Tints of Moon Mist #C9CAAF

Color information

#C9CAAF (or 0xC9CAAF) is unknown color: approx Moon Mist. HEX triplet: C9, CA and AF. RGB value is (201,202,175). Sum of RGB (Red+Green+Blue) = 201+202+175=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CAAF is #363550. Grayscale: #C6C6C6. Windows color (decimal): -3552593 or 11520713. OLE color: 11520713.

HSL color Cylindrical-coordinate representation of color #C9CAAF: hue angle of 62.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9CAAF is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201202175-
CMYK0.0000.130.21
HSL62.22º20.3%73.92%-
HSV(B)62.22º13.37%79.22%-
XYZ52.9557.7548.91-
YUV198.62114.67129.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.78%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=34.78%
G=34.95%
B=30.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012021750.0000.130.2162.2220.373.92
HexC9CAAF00D153e144a
Octal3113122570015257624112
Binary11001001110010101010111100110110101111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAAF; }

 p { color: rgb(201,202,175); }

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

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

 a { background-color: rgb(201,202,175); }

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

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

 span { border-color: rgb(201,202,175); }

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