#C9BBA9

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

Shades of Grain Brown #C9BBA9

Tints of Grain Brown #C9BBA9

Color information

#C9BBA9 (or 0xC9BBA9) is unknown color: approx Grain Brown. HEX triplet: C9, BB and A9. RGB value is (201,187,169). Sum of RGB (Red+Green+Blue) = 201+187+169=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BBA9 is #364456. Grayscale: #BDBDBD. Windows color (decimal): -3556439 or 11123657. OLE color: 11123657.

HSL color Cylindrical-coordinate representation of color #C9BBA9: hue angle of 33.75º 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 #C9BBA9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB201187169-
CMYK00.070.160.21
HSL33.75º22.86%72.55%-
HSV(B)33.75º15.92%78.82%-
XYZ49.0250.8244.76-
YUV189.13116.64136.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=36.09%
G=33.57%
B=30.34%

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
Decimal20118716900.070.160.2133.7522.8672.55
HexC9BBA9071015221749
Octal3112732510720254227111
Binary11001001101110111010100101111000010101100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBA9; }

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

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

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

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

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

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

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

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