#C9B6BC

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

Shades of Melanie #C9B6BC

Tints of Melanie #C9B6BC

Color information

#C9B6BC (or 0xC9B6BC) is unknown color: approx Melanie. HEX triplet: C9, B6 and BC. RGB value is (201,182,188). Sum of RGB (Red+Green+Blue) = 201+182+188=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B6BC is #364943. Grayscale: #BCBCBC. Windows color (decimal): -3557700 or 12367561. OLE color: 12367561.

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

Color convert

RGB201182188-
CMYK00.090.060.21
HSL341.05º14.96%75.1%-
HSV(B)341.05º9.45%78.82%-
XYZ49.8949.554.5-
YUV188.36127.79137.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 188 (73.83% from 255) = 32.92%
R=35.20%
G=31.87%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118218800.090.060.21341.0514.9675.1
HexC9B6BC09615155f4b
Octal31126627401162552517113
Binary110010011011011010111100010011101010110101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B6BC; }

 p { color: rgb(201,182,188); }

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

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

 a { background-color: rgb(201,182,188); }

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

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

 span { border-color: rgb(201,182,188); }

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