#C9CABB

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

Shades of Moon Mist #C9CABB

Tints of Moon Mist #C9CABB

Color information

#C9CABB (or 0xC9CABB) is unknown color: approx Moon Mist. HEX triplet: C9, CA and BB. RGB value is (201,202,187). Sum of RGB (Red+Green+Blue) = 201+202+187=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CABB is #363544. Grayscale: #C8C8C8. Windows color (decimal): -3552581 or 12307145. OLE color: 12307145.

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

Color convert

RGB201202187-
CMYK0.0000.070.21
HSL64º12.4%76.27%-
HSV(B)64º7.43%79.22%-
XYZ54.1858.2555.4-
YUV199.99120.67128.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=34.07%
G=34.24%
B=31.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012021870.0000.070.216412.476.27
HexC9CABB0071540c4c
Octal3113122730072510014114
Binary1100100111001010101110110011110101100000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CABB; }

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

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

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

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

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

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

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

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