#CBB99E

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

Shades of Grain Brown #CBB99E

Tints of Grain Brown #CBB99E

Color information

#CBB99E (or 0xCBB99E) is unknown color: approx Grain Brown. HEX triplet: CB, B9 and 9E. RGB value is (203,185,158). Sum of RGB (Red+Green+Blue) = 203+185+158=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB99E is #344661. Grayscale: #BBBBBB. Windows color (decimal): -3425890 or 10402251. OLE color: 10402251.

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

Color convert

RGB203185158-
CMYK00.090.220.20
HSL36º30.2%70.78%-
HSV(B)36º22.17%79.61%-
XYZ48.1549.8639.43-
YUV187.3111.46139.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=37.18%
G=33.88%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318515800.090.220.203630.270.78
HexCBB99E091614241e47
Octal31327123601126244436107
Binary110010111011100110011110010011011010100100100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB99E; }

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

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

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

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

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

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

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

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