#CFBABF

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

Shades of Melanie #CFBABF

Tints of Melanie #CFBABF

Color information

#CFBABF (or 0xCFBABF) is unknown color: approx Melanie. HEX triplet: CF, BA and BF. RGB value is (207,186,191). Sum of RGB (Red+Green+Blue) = 207+186+191=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBABF is #304540. Grayscale: #C0C0C0. Windows color (decimal): -3163457 or 12565199. OLE color: 12565199.

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

Color convert

RGB207186191-
CMYK00.100.080.19
HSL345.71º17.95%77.06%-
HSV(B)345.71º10.14%81.18%-
XYZ52.752.1456.58-
YUV192.85126.96138.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 191 (75% from 255) = 32.71%
R=35.45%
G=31.85%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718619100.100.080.19345.7117.9577.06
HexCFBABF0A81315a124d
Octal317272277012102353222115
Binary11001111101110101011111101010100010011101011010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBABF; }

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

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

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

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

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

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

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

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