#CFBBA9

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

Shades of Grain Brown #CFBBA9

Tints of Grain Brown #CFBBA9

Color information

#CFBBA9 (or 0xCFBBA9) is unknown color: approx Grain Brown. HEX triplet: CF, BB and A9. RGB value is (207,187,169). Sum of RGB (Red+Green+Blue) = 207+187+169=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA9 is #304456. Grayscale: #BFBFBF. Windows color (decimal): -3163223 or 11123663. OLE color: 11123663.

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

Color convert

RGB207187169-
CMYK00.100.180.19
HSL28.42º28.36%73.73%-
HSV(B)28.42º18.36%81.18%-
XYZ50.6651.6744.84-
YUV190.93115.63139.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=36.77%
G=33.21%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718716900.100.180.1928.4228.3673.73
HexCFBBA90A12131c1c4a
Octal31727325101222233434112
Binary11001111101110111010100101010100101001111100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBA9; }

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

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

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

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

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

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

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

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