#CBB38E

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

Shades of Tan #CBB38E

Tints of Tan #CBB38E

Color information

#CBB38E (or 0xCBB38E) is unknown color: approx Tan. HEX triplet: CB, B3 and 8E. RGB value is (203,179,142). Sum of RGB (Red+Green+Blue) = 203+179+142=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB38E is #344C71. Grayscale: #B6B6B6. Windows color (decimal): -3427442 or 9352139. OLE color: 9352139.

HSL color Cylindrical-coordinate representation of color #CBB38E: hue angle of 36.39º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB38E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203179142-
CMYK00.120.300.20
HSL36.39º36.97%67.65%-
HSV(B)36.39º30.05%79.61%-
XYZ45.6346.8932.24-
YUV181.96105.45143.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=38.74%
G=34.16%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317914200.120.300.2036.3936.9767.65
HexCBB38E0C1E14242544
Octal31326321601436244445104
Binary1100101110110011100011100110011110101001001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB38E; }

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

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

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

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

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

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

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

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