#C9BABF

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

Shades of Melanie #C9BABF

Tints of Melanie #C9BABF

Color information

#C9BABF (or 0xC9BABF) is unknown color: approx Melanie. HEX triplet: C9, BA and BF. RGB value is (201,186,191). Sum of RGB (Red+Green+Blue) = 201+186+191=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABF is #364540. Grayscale: #BFBFBF. Windows color (decimal): -3556673 or 12565193. OLE color: 12565193.

HSL color Cylindrical-coordinate representation of color #C9BABF: hue angle of 340º 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 #C9BABF is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201186191-
CMYK00.070.050.21
HSL340º12.2%75.88%-
HSV(B)340º7.46%78.82%-
XYZ51.0551.356.5-
YUV191.05127.97135.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.78%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 191 (75% from 255) = 33.04%
R=34.78%
G=32.18%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118619100.070.050.2134012.275.88
HexC9BABF07515154c4c
Octal3112722770752552414114
Binary11001001101110101011111101111011010110101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BABF; }

 p { color: rgb(201,186,191); }

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

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

 a { background-color: rgb(201,186,191); }

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

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

 span { border-color: rgb(201,186,191); }

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