#CBB5A6

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

Shades of Grain Brown #CBB5A6

Tints of Grain Brown #CBB5A6

Color information

#CBB5A6 (or 0xCBB5A6) is unknown color: approx Grain Brown. HEX triplet: CB, B5 and A6. RGB value is (203,181,166). Sum of RGB (Red+Green+Blue) = 203+181+166=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5A6 is #344A59. Grayscale: #B9B9B9. Windows color (decimal): -3426906 or 10925515. OLE color: 10925515.

HSL color Cylindrical-coordinate representation of color #CBB5A6: hue angle of 24.32º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB5A6 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB203181166-
CMYK00.110.180.20
HSL24.32º26.24%72.35%-
HSV(B)24.32º18.23%79.61%-
XYZ48.0448.542.91-
YUV185.87116.79140.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 181 (71.09% from 255) = 32.91%
BLUE value IS 166 (65.23% from 255) = 30.18%
R=36.91%
G=32.91%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318116600.110.180.2024.3226.2472.35
HexCBB5A60B1214181a48
Octal31326524601322243032110
Binary11001011101101011010011001011100101010011000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5A6; }

 p { color: rgb(203,181,166); }

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

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

 a { background-color: rgb(203,181,166); }

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

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

 span { border-color: rgb(203,181,166); }

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