#C9B2B9

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

Shades of Melanie #C9B2B9

Tints of Melanie #C9B2B9

Color information

#C9B2B9 (or 0xC9B2B9) is unknown color: approx Melanie. HEX triplet: C9, B2 and B9. RGB value is (201,178,185). Sum of RGB (Red+Green+Blue) = 201+178+185=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2B9 is #364D46. Grayscale: #B9B9B9. Windows color (decimal): -3558727 or 12169929. OLE color: 12169929.

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

Color convert

RGB201178185-
CMYK00.110.080.21
HSL341.74º17.56%74.31%-
HSV(B)341.74º11.44%78.82%-
XYZ48.7647.7652.55-
YUV185.68127.62138.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.64%
GREEN value IS 178 (69.92% from 255) = 31.56%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=35.64%
G=31.56%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117818500.110.080.21341.7417.5674.31
HexC9B2B90B815156124a
Octal311262271013102552622112
Binary11001001101100101011100101011100010101101010110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2B9; }

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

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

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

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

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

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

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

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