#CFB9BE

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

Shades of Melanie #CFB9BE

Tints of Melanie #CFB9BE

Color information

#CFB9BE (or 0xCFB9BE) is unknown color: approx Melanie. HEX triplet: CF, B9 and BE. RGB value is (207,185,190). Sum of RGB (Red+Green+Blue) = 207+185+190=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9BE is #304641. Grayscale: #C0C0C0. Windows color (decimal): -3163714 or 12499407. OLE color: 12499407.

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

Color convert

RGB207185190-
CMYK00.110.080.19
HSL346.36º18.64%76.86%-
HSV(B)346.36º10.63%81.18%-
XYZ52.3851.6855.93-
YUV192.15126.79138.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=35.57%
G=31.79%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718519000.110.080.19346.3618.6476.86
HexCFB9BE0B81315a134d
Octal317271276013102353223115
Binary11001111101110011011111001011100010011101011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9BE; }

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

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

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

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

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

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

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

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