#C9BBAA

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

Shades of Grain Brown #C9BBAA

Tints of Grain Brown #C9BBAA

Color information

#C9BBAA (or 0xC9BBAA) is unknown color: approx Grain Brown. HEX triplet: C9, BB and AA. RGB value is (201,187,170). Sum of RGB (Red+Green+Blue) = 201+187+170=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BBAA is #364455. Grayscale: #BDBDBD. Windows color (decimal): -3556438 or 11189193. OLE color: 11189193.

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

Color convert

RGB201187170-
CMYK00.070.150.21
HSL32.9º22.3%72.75%-
HSV(B)32.9º15.42%78.82%-
XYZ49.1150.8645.26-
YUV189.25117.14136.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=36.02%
G=33.51%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118717000.070.150.2132.922.372.75
HexC9BBAA07F15211649
Octal3112732520717254126111
Binary1100100110111011101010100111111110101100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBAA; }

 p { color: rgb(201,187,170); }

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

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

 a { background-color: rgb(201,187,170); }

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

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

 span { border-color: rgb(201,187,170); }

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