#C9CAB1

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

Shades of Moon Mist #C9CAB1

Tints of Moon Mist #C9CAB1

Color information

#C9CAB1 (or 0xC9CAB1) is unknown color: approx Moon Mist. HEX triplet: C9, CA and B1. RGB value is (201,202,177). Sum of RGB (Red+Green+Blue) = 201+202+177=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CAB1 is #36354E. Grayscale: #C6C6C6. Windows color (decimal): -3552591 or 11651785. OLE color: 11651785.

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

Color convert

RGB201202177-
CMYK0.0000.120.21
HSL62.4º19.08%74.31%-
HSV(B)62.4º12.38%79.22%-
XYZ53.1457.8349.96-
YUV198.85115.67129.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 177 (69.53% from 255) = 30.52%
R=34.66%
G=34.83%
B=30.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012021770.0000.120.2162.419.0874.31
HexC9CAB100C153e134a
Octal3113122610014257623112
Binary11001001110010101011000100110010101111110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAB1; }

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

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

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

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

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

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

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

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