#CBB38B

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

Shades of Tan #CBB38B

Tints of Tan #CBB38B

Color information

#CBB38B (or 0xCBB38B) is unknown color: approx Tan. HEX triplet: CB, B3 and 8B. RGB value is (203,179,139). Sum of RGB (Red+Green+Blue) = 203+179+139=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB38B is #344C74. Grayscale: #B5B5B5. Windows color (decimal): -3427445 or 9155531. OLE color: 9155531.

HSL color Cylindrical-coordinate representation of color #CBB38B: hue angle of 37.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBB38B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB203179139-
CMYK00.120.320.20
HSL37.5º38.1%67.06%-
HSV(B)37.5º31.53%79.61%-
XYZ45.4146.831.07-
YUV181.62103.95143.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=38.96%
G=34.36%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317913900.120.320.2037.538.167.06
HexCBB38B0C2014262643
Octal31326321301440244646103
Binary11001011101100111000101101100100000101001001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB38B; }

 p { color: rgb(203,179,139); }

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

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

 a { background-color: rgb(203,179,139); }

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

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

 span { border-color: rgb(203,179,139); }

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