#C9B9BD

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

Shades of Melanie #C9B9BD

Tints of Melanie #C9B9BD

Color information

#C9B9BD (or 0xC9B9BD) is unknown color: approx Melanie. HEX triplet: C9, B9 and BD. RGB value is (201,185,189). Sum of RGB (Red+Green+Blue) = 201+185+189=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9BD is #364642. Grayscale: #BEBEBE. Windows color (decimal): -3556931 or 12433865. OLE color: 12433865.

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

Color convert

RGB201185189-
CMYK00.080.060.21
HSL345º12.9%75.69%-
HSV(B)345º7.96%78.82%-
XYZ50.6250.7955.28-
YUV190.24127.3135.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=34.96%
G=32.17%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118518900.080.060.2134512.975.69
HexC9B9BD08615159d4c
Octal31127127501062553115114
Binary110010011011100110111101010001101010110101100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9BD; }

 p { color: rgb(201,185,189); }

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

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

 a { background-color: rgb(201,185,189); }

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

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

 span { border-color: rgb(201,185,189); }

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