#CAB38A

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

Shades of Tan #CAB38A

Tints of Tan #CAB38A

Color information

#CAB38A (or 0xCAB38A) is unknown color: approx Tan. HEX triplet: CA, B3 and 8A. RGB value is (202,179,138). Sum of RGB (Red+Green+Blue) = 202+179+138=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB38A is #354C75. Grayscale: #B5B5B5. Windows color (decimal): -3492982 or 9089994. OLE color: 9089994.

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

Color convert

RGB202179138-
CMYK00.110.320.21
HSL38.44º37.65%66.67%-
HSV(B)38.44º31.68%79.22%-
XYZ45.0646.6330.67-
YUV181.2103.62142.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=38.92%
G=34.49%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217913800.110.320.2138.4437.6566.67
HexCAB38A0B2015262643
Octal31226321201340254646103
Binary11001010101100111000101001011100000101011001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB38A; }

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

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

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

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

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

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

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

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