#CFB0BA

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

Shades of Melanie #CFB0BA

Tints of Melanie #CFB0BA

Color information

#CFB0BA (or 0xCFB0BA) is unknown color: approx Melanie. HEX triplet: CF, B0 and BA. RGB value is (207,176,186). Sum of RGB (Red+Green+Blue) = 207+176+186=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0BA is #304F45. Grayscale: #BABABA. Windows color (decimal): -3166022 or 12234959. OLE color: 12234959.

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

Color convert

RGB207176186-
CMYK00.150.100.19
HSL340.65º24.41%75.1%-
HSV(B)340.65º14.98%81.18%-
XYZ50.1247.8653.05-
YUV186.41127.77142.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=36.38%
G=30.93%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717618600.150.100.19340.6524.4175.1
HexCFB0BA0FA13155184b
Octal317260272017122352530113
Binary11001111101100001011101001111101010011101010101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0BA; }

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

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

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

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

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

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

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

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