#CFB9BF

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

Shades of Melanie #CFB9BF

Tints of Melanie #CFB9BF

Color information

#CFB9BF (or 0xCFB9BF) is unknown color: approx Melanie. HEX triplet: CF, B9 and BF. RGB value is (207,185,191). Sum of RGB (Red+Green+Blue) = 207+185+191=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9BF is #304640. Grayscale: #C0C0C0. Windows color (decimal): -3163713 or 12564943. OLE color: 12564943.

HSL color Cylindrical-coordinate representation of color #CFB9BF: hue angle of 343.64º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB9BF is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207185191-
CMYK00.110.080.19
HSL343.64º18.64%76.86%-
HSV(B)343.64º10.63%81.18%-
XYZ52.4951.7256.51-
YUV192.26127.29138.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 191 (75% from 255) = 32.76%
R=35.51%
G=31.73%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718519100.110.080.19343.6418.6476.86
HexCFB9BF0B813158134d
Octal317271277013102353023115
Binary11001111101110011011111101011100010011101011000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9BF; }

 p { color: rgb(207,185,191); }

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

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

 a { background-color: rgb(207,185,191); }

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

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

 span { border-color: rgb(207,185,191); }

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