#C9BAA9

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

Shades of Grain Brown #C9BAA9

Tints of Grain Brown #C9BAA9

Color information

#C9BAA9 (or 0xC9BAA9) is unknown color: approx Grain Brown. HEX triplet: C9, BA and A9. RGB value is (201,186,169). Sum of RGB (Red+Green+Blue) = 201+186+169=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BAA9 is #364556. Grayscale: #BCBCBC. Windows color (decimal): -3556695 or 11123401. OLE color: 11123401.

HSL color Cylindrical-coordinate representation of color #C9BAA9: hue angle of 31.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9BAA9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB201186169-
CMYK00.070.160.21
HSL31.88º22.86%72.55%-
HSV(B)31.88º15.92%78.82%-
XYZ48.8150.444.69-
YUV188.55116.97136.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=36.15%
G=33.45%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118616900.070.160.2131.8822.8672.55
HexC9BAA9071015201749
Octal3112722510720254027111
Binary11001001101110101010100101111000010101100000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAA9; }

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

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

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

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

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

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

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

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