#CBB9A9

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

Shades of Grain Brown #CBB9A9

Tints of Grain Brown #CBB9A9

Color information

#CBB9A9 (or 0xCBB9A9) is unknown color: approx Grain Brown. HEX triplet: CB, B9 and A9. RGB value is (203,185,169). Sum of RGB (Red+Green+Blue) = 203+185+169=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9A9 is #344656. Grayscale: #BCBCBC. Windows color (decimal): -3425879 or 11123147. OLE color: 11123147.

HSL color Cylindrical-coordinate representation of color #CBB9A9: hue angle of 28.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB9A9 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203185169-
CMYK00.090.170.20
HSL28.24º24.64%72.94%-
HSV(B)28.24º16.75%79.61%-
XYZ49.1450.2644.65-
YUV188.56116.96138.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=36.45%
G=33.21%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318516900.090.170.2028.2424.6472.94
HexCBB9A90911141c1949
Octal31327125101121243431111
Binary11001011101110011010100101001100011010011100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9A9; }

 p { color: rgb(203,185,169); }

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

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

 a { background-color: rgb(203,185,169); }

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

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

 span { border-color: rgb(203,185,169); }

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