#CBB38F

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

Shades of Tan #CBB38F

Tints of Tan #CBB38F

Color information

#CBB38F (or 0xCBB38F) is unknown color: approx Tan. HEX triplet: CB, B3 and 8F. RGB value is (203,179,143). Sum of RGB (Red+Green+Blue) = 203+179+143=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB38F is #344C70. Grayscale: #B6B6B6. Windows color (decimal): -3427441 or 9417675. OLE color: 9417675.

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

Color convert

RGB203179143-
CMYK00.120.300.20
HSL36º36.59%67.84%-
HSV(B)36º29.56%79.61%-
XYZ45.7146.9232.63-
YUV182.07105.95142.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=38.67%
G=34.10%
B=27.24%

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
Decimal20317914300.120.300.203636.5967.84
HexCBB38F0C1E14242544
Octal31326321701436244445104
Binary1100101110110011100011110110011110101001001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB38F; }

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

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

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

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

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

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

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

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