#CFB4BF

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

Shades of Melanie #CFB4BF

Tints of Melanie #CFB4BF

Color information

#CFB4BF (or 0xCFB4BF) is unknown color: approx Melanie. HEX triplet: CF, B4 and BF. RGB value is (207,180,191). Sum of RGB (Red+Green+Blue) = 207+180+191=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4BF is #304B40. Grayscale: #BDBDBD. Windows color (decimal): -3164993 or 12563663. OLE color: 12563663.

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

Color convert

RGB207180191-
CMYK00.130.080.19
HSL335.56º21.95%75.88%-
HSV(B)335.56º13.04%81.18%-
XYZ51.4649.6756.17-
YUV189.33128.95140.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 191 (75% from 255) = 33.04%
R=35.81%
G=31.14%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718019100.130.080.19335.5621.9575.88
HexCFB4BF0D813150164c
Octal317264277015102352026114
Binary11001111101101001011111101101100010011101010000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4BF; }

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

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

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

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

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

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

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

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