#C9AEB7

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

Shades of Melanie #C9AEB7

Tints of Melanie #C9AEB7

Color information

#C9AEB7 (or 0xC9AEB7) is unknown color: approx Melanie. HEX triplet: C9, AE and B7. RGB value is (201,174,183). Sum of RGB (Red+Green+Blue) = 201+174+183=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEB7 is #365148. Grayscale: #B7B7B7. Windows color (decimal): -3559753 or 12037833. OLE color: 12037833.

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

Color convert

RGB201174183-
CMYK00.130.090.21
HSL340º20%73.53%-
HSV(B)340º13.43%78.82%-
XYZ47.7746.1151.18-
YUV183.1127.95140.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 183 (71.88% from 255) = 32.80%
R=36.02%
G=31.18%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117418300.130.090.213402073.53
HexC9AEB70D915154144a
Octal311256267015112552424112
Binary11001001101011101011011101101100110101101010100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AEB7; }

 p { color: rgb(201,174,183); }

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

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

 a { background-color: rgb(201,174,183); }

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

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

 span { border-color: rgb(201,174,183); }

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