#CBB38A

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

Shades of Tan #CBB38A

Tints of Tan #CBB38A

Color information

#CBB38A (or 0xCBB38A) is unknown color: approx Tan. HEX triplet: CB, B3 and 8A. RGB value is (203,179,138). Sum of RGB (Red+Green+Blue) = 203+179+138=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB38A is #344C75. Grayscale: #B5B5B5. Windows color (decimal): -3427446 or 9089995. OLE color: 9089995.

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

Color convert

RGB203179138-
CMYK00.120.320.20
HSL37.85º38.46%66.86%-
HSV(B)37.85º32.02%79.61%-
XYZ45.3446.7730.68-
YUV181.5103.45143.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=39.04%
G=34.42%
B=26.54%

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
Decimal20317913800.120.320.2037.8538.4666.86
HexCBB38A0C2014262643
Octal31326321201440244646103
Binary11001011101100111000101001100100000101001001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB38A; }

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

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

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

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

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

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

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

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