#CFBB9B

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

Shades of Vanilla #CFBB9B

Tints of Vanilla #CFBB9B

Color information

#CFBB9B (or 0xCFBB9B) is unknown color: approx Vanilla. HEX triplet: CF, BB and 9B. RGB value is (207,187,155). Sum of RGB (Red+Green+Blue) = 207+187+155=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB9B is #304464. Grayscale: #BDBDBD. Windows color (decimal): -3163237 or 10206159. OLE color: 10206159.

HSL color Cylindrical-coordinate representation of color #CFBB9B: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFBB9B is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207187155-
CMYK00.100.250.19
HSL36.92º35.14%70.98%-
HSV(B)36.92º25.12%81.18%-
XYZ49.4251.1738.28-
YUV189.33108.63140.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=37.70%
G=34.06%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718715500.100.250.1936.9235.1470.98
HexCFBB9B0A1913252347
Octal31727323301231234543107
Binary1100111110111011100110110101011001100111001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB9B; }

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

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

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

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

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

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

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

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