#CFBBBF

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

Shades of Melanie #CFBBBF

Tints of Melanie #CFBBBF

Color information

#CFBBBF (or 0xCFBBBF) is unknown color: approx Melanie. HEX triplet: CF, BB and BF. RGB value is (207,187,191). Sum of RGB (Red+Green+Blue) = 207+187+191=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBBF is #304440. Grayscale: #C1C1C1. Windows color (decimal): -3163201 or 12565455. OLE color: 12565455.

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

Color convert

RGB207187191-
CMYK00.100.080.19
HSL348º17.24%77.25%-
HSV(B)348º9.66%81.18%-
XYZ52.9152.5756.65-
YUV193.44126.63137.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 191 (75% from 255) = 32.65%
R=35.38%
G=31.97%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718719100.100.080.1934817.2477.25
HexCFBBBF0A81315c114d
Octal317273277012102353421115
Binary11001111101110111011111101010100010011101011100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBBF; }

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

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

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

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

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

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

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

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