#CBB9AA

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

Shades of Grain Brown #CBB9AA

Tints of Grain Brown #CBB9AA

Color information

#CBB9AA (or 0xCBB9AA) is unknown color: approx Grain Brown. HEX triplet: CB, B9 and AA. RGB value is (203,185,170). Sum of RGB (Red+Green+Blue) = 203+185+170=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9AA is #344655. Grayscale: #BCBCBC. Windows color (decimal): -3425878 or 11188683. OLE color: 11188683.

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

Color convert

RGB203185170-
CMYK00.090.160.20
HSL27.27º24.09%73.14%-
HSV(B)27.27º16.26%79.61%-
XYZ49.2350.345.14-
YUV188.67117.46138.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=36.38%
G=33.15%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318517000.090.160.2027.2724.0973.14
HexCBB9AA0910141b1849
Octal31327125201120243330111
Binary11001011101110011010101001001100001010011011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9AA; }

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

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

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

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

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

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

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

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