#CBBAA9

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

Shades of Grain Brown #CBBAA9

Tints of Grain Brown #CBBAA9

Color information

#CBBAA9 (or 0xCBBAA9) is unknown color: approx Grain Brown. HEX triplet: CB, BA and A9. RGB value is (203,186,169). Sum of RGB (Red+Green+Blue) = 203+186+169=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBAA9 is #344556. Grayscale: #BDBDBD. Windows color (decimal): -3425623 or 11123403. OLE color: 11123403.

HSL color Cylindrical-coordinate representation of color #CBBAA9: hue angle of 30º 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 #CBBAA9 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203186169-
CMYK00.080.170.20
HSL30º24.64%72.94%-
HSV(B)30º16.75%79.61%-
XYZ49.3550.6844.72-
YUV189.14116.63137.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 169 (66.41% from 255) = 30.29%
R=36.38%
G=33.33%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318616900.080.170.203024.6472.94
HexCBBAA90811141e1949
Octal31327225101021243631111
Binary11001011101110101010100101000100011010011110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAA9; }

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

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

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

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

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

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

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

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