#CFB7BF

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

Shades of Melanie #CFB7BF

Tints of Melanie #CFB7BF

Color information

#CFB7BF (or 0xCFB7BF) is unknown color: approx Melanie. HEX triplet: CF, B7 and BF. RGB value is (207,183,191). Sum of RGB (Red+Green+Blue) = 207+183+191=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7BF is #304840. Grayscale: #BFBFBF. Windows color (decimal): -3164225 or 12564431. OLE color: 12564431.

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

Color convert

RGB207183191-
CMYK00.120.080.19
HSL340º20%76.47%-
HSV(B)340º11.59%81.18%-
XYZ52.0750.8956.37-
YUV191.09127.95139.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 183 (71.88% from 255) = 31.50%
BLUE value IS 191 (75% from 255) = 32.87%
R=35.63%
G=31.50%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718319100.120.080.193402076.47
HexCFB7BF0C813154144c
Octal317267277014102352424114
Binary11001111101101111011111101100100010011101010100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7BF; }

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

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

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

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

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

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

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

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