#CFBAA9

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

Shades of Grain Brown #CFBAA9

Tints of Grain Brown #CFBAA9

Color information

#CFBAA9 (or 0xCFBAA9) is unknown color: approx Grain Brown. HEX triplet: CF, BA and A9. RGB value is (207,186,169). Sum of RGB (Red+Green+Blue) = 207+186+169=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAA9 is #304556. Grayscale: #BEBEBE. Windows color (decimal): -3163479 or 11123407. OLE color: 11123407.

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

Color convert

RGB207186169-
CMYK00.100.180.19
HSL26.84º28.36%73.73%-
HSV(B)26.84º18.36%81.18%-
XYZ50.4551.2544.77-
YUV190.34115.96139.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 169 (66.41% from 255) = 30.07%
R=36.83%
G=33.10%
B=30.07%

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
Decimal20718616900.100.180.1926.8428.3673.73
HexCFBAA90A12131b1c4a
Octal31727225101222233334112
Binary11001111101110101010100101010100101001111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAA9; }

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

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

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

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

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

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

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

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