#CFB8BF

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

Shades of Melanie #CFB8BF

Tints of Melanie #CFB8BF

Color information

#CFB8BF (or 0xCFB8BF) is unknown color: approx Melanie. HEX triplet: CF, B8 and BF. RGB value is (207,184,191). Sum of RGB (Red+Green+Blue) = 207+184+191=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8BF is #304740. Grayscale: #BFBFBF. Windows color (decimal): -3163969 or 12564687. OLE color: 12564687.

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

Color convert

RGB207184191-
CMYK00.110.080.19
HSL341.74º19.33%76.67%-
HSV(B)341.74º11.11%81.18%-
XYZ52.2851.3156.44-
YUV191.68127.62138.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 184 (72.27% from 255) = 31.62%
BLUE value IS 191 (75% from 255) = 32.82%
R=35.57%
G=31.62%
B=32.82%

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
Decimal20718419100.110.080.19341.7419.3376.67
HexCFB8BF0B813156134d
Octal317270277013102352623115
Binary11001111101110001011111101011100010011101010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8BF; }

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

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

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

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

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

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

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

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