#CBBBAA

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

Shades of Grain Brown #CBBBAA

Tints of Grain Brown #CBBBAA

Color information

#CBBBAA (or 0xCBBBAA) is unknown color: approx Grain Brown. HEX triplet: CB, BB and AA. RGB value is (203,187,170). Sum of RGB (Red+Green+Blue) = 203+187+170=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBAA is #344455. Grayscale: #BDBDBD. Windows color (decimal): -3425366 or 11189195. OLE color: 11189195.

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

Color convert

RGB203187170-
CMYK00.080.160.20
HSL30.91º24.09%73.14%-
HSV(B)30.91º16.26%79.61%-
XYZ49.6551.1445.28-
YUV189.85116.8137.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=36.25%
G=33.39%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318717000.080.160.2030.9124.0973.14
HexCBBBAA0810141f1849
Octal31327325201020243730111
Binary11001011101110111010101001000100001010011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBAA; }

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

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

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

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

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

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

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

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