#C9B9BE

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

Shades of Melanie #C9B9BE

Tints of Melanie #C9B9BE

Color information

#C9B9BE (or 0xC9B9BE) is unknown color: approx Melanie. HEX triplet: C9, B9 and BE. RGB value is (201,185,190). Sum of RGB (Red+Green+Blue) = 201+185+190=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9BE is #364641. Grayscale: #BEBEBE. Windows color (decimal): -3556930 or 12499401. OLE color: 12499401.

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

Color convert

RGB201185190-
CMYK00.080.050.21
HSL341.25º12.9%75.69%-
HSV(B)341.25º7.96%78.82%-
XYZ50.7350.8355.85-
YUV190.35127.8135.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=34.90%
G=32.12%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118519000.080.050.21341.2512.975.69
HexC9B9BE08515155d4c
Octal31127127601052552515114
Binary110010011011100110111110010001011010110101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9BE; }

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

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

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

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

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

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

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

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