#CFB1BA

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

Shades of Melanie #CFB1BA

Tints of Melanie #CFB1BA

Color information

#CFB1BA (or 0xCFB1BA) is unknown color: approx Melanie. HEX triplet: CF, B1 and BA. RGB value is (207,177,186). Sum of RGB (Red+Green+Blue) = 207+177+186=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1BA is #304E45. Grayscale: #BABABA. Windows color (decimal): -3165766 or 12235215. OLE color: 12235215.

HSL color Cylindrical-coordinate representation of color #CFB1BA: hue angle of 342º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB1BA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207177186-
CMYK00.140.100.19
HSL342º23.81%75.29%-
HSV(B)342º14.49%81.18%-
XYZ50.3248.2553.12-
YUV187127.44142.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=36.32%
G=31.05%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717718600.140.100.1934223.8175.29
HexCFB1BA0EA13156184b
Octal317261272016122352630113
Binary11001111101100011011101001110101010011101010110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1BA; }

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

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

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

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

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

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

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

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