#CAB38C

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

Shades of Tan #CAB38C

Tints of Tan #CAB38C

Color information

#CAB38C (or 0xCAB38C) is unknown color: approx Tan. HEX triplet: CA, B3 and 8C. RGB value is (202,179,140). Sum of RGB (Red+Green+Blue) = 202+179+140=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB38C is #354C73. Grayscale: #B5B5B5. Windows color (decimal): -3492980 or 9221066. OLE color: 9221066.

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

Color convert

RGB202179140-
CMYK00.110.310.21
HSL37.74º36.9%67.06%-
HSV(B)37.74º30.69%79.22%-
XYZ45.2146.6931.44-
YUV181.43104.62142.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=38.77%
G=34.36%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217914000.110.310.2137.7436.967.06
HexCAB38C0B1F15262543
Octal31226321401337254645103
Binary1100101010110011100011000101111111101011001101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB38C; }

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

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

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

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

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

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

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

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