Html Css Color HEX #C9CAAE Moon Mist

📋 copy color: '#C9CAAE'

red 201 ◦ green 202 ◦ blue 174

#C9CAAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Mist #C9CAAE

Tints of Moon Mist #C9CAAE

RGB

 RED value IS 201 (78.91% from 255) = 34.84%

 GREEN value IS 202 (79.3% from 255) = 35.01%

 BLUE value IS 174 (68.36% from 255) = 30.16%

R = 34.84%
G = 35.01%
B = 30.16%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9CAAE (or 0xC9CAAE) is known color: Moon Mist. HEX triplet: C9, CA and AE. RGB value is (201,202,174). Sum of RGB (Red+Green+Blue) = 201+202+174=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CAAE is #363551. Grayscale: #C6C6C6. Windows color (decimal): -3552594 or 11455177. OLE color: 11455177.

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

Color convert

RGB 201 202 174 -
CMYK 0.00 0 0.14 0.21
HSL 62.14º 0.21% 0.74% -
HSV(B) 62.14º 0.14% 0.79% -
XYZ 52.85 57.71 48.4 -
YUV 198.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 201 202 174 0.00 0 0.14 0.21 62.14 0.21 0.74
Hex C9 CA AE 0 0 E 15 3E 15 4A
Octal 311 312 256 0 0 16 25 76 25 112
Binary 11001001 11001010 10101110 0 0 1110 10101 111110 10101 1001010

Color Harmonies of #C9CAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAAE

Black with #C9CAAE

Text Example


Text Example

White with #C9CAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAAE; }

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

 H1.HeaderClassName
 {
   color: #C9CAAE;
 }
 .AnyTagClassName
 {
   color: #C9CAAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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