#C9CAB6

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

Shades of Moon Mist #C9CAB6

Tints of Moon Mist #C9CAB6

Color information

#C9CAB6 (or 0xC9CAB6) is unknown color: approx Moon Mist. HEX triplet: C9, CA and B6. RGB value is (201,202,182). Sum of RGB (Red+Green+Blue) = 201+202+182=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAB6 is #363549. Grayscale: #C7C7C7. Windows color (decimal): -3552586 or 11979465. OLE color: 11979465.

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

Color convert

RGB201202182-
CMYK0.0000.100.21
HSL63º15.87%75.29%-
HSV(B)63º9.9%79.22%-
XYZ53.6558.0452.63-
YUV199.42118.17129.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 182 (71.48% from 255) = 31.11%
R=34.36%
G=34.53%
B=31.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012021820.0000.100.216315.8775.29
HexC9CAB600A153f104b
Octal3113122660012257720113
Binary11001001110010101011011000101010101111111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAB6; }

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

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

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

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

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

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

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

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