#CFB5BE

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

Shades of Melanie #CFB5BE

Tints of Melanie #CFB5BE

Color information

#CFB5BE (or 0xCFB5BE) is unknown color: approx Melanie. HEX triplet: CF, B5 and BE. RGB value is (207,181,190). Sum of RGB (Red+Green+Blue) = 207+181+190=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5BE is #304A41. Grayscale: #BDBDBD. Windows color (decimal): -3164738 or 12498383. OLE color: 12498383.

HSL color Cylindrical-coordinate representation of color #CFB5BE: hue angle of 339.23º degrees, saturation: 0.21, 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 #CFB5BE is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207181190-
CMYK00.130.080.19
HSL339.23º21.31%76.08%-
HSV(B)339.23º12.56%81.18%-
XYZ51.5550.0355.66-
YUV189.8128.11140.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 181 (71.09% from 255) = 31.31%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=35.81%
G=31.31%
B=32.87%

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
Decimal20718119000.130.080.19339.2321.3176.08
HexCFB5BE0D813153154c
Octal317265276015102352325114
Binary11001111101101011011111001101100010011101010011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5BE; }

 p { color: rgb(207,181,190); }

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

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

 a { background-color: rgb(207,181,190); }

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

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

 span { border-color: rgb(207,181,190); }

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