#CAB38D

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

Shades of Tan #CAB38D

Tints of Tan #CAB38D

Color information

#CAB38D (or 0xCAB38D) is unknown color: approx Tan. HEX triplet: CA, B3 and 8D. RGB value is (202,179,141). Sum of RGB (Red+Green+Blue) = 202+179+141=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB38D is #354C72. Grayscale: #B5B5B5. Windows color (decimal): -3492979 or 9286602. OLE color: 9286602.

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

Color convert

RGB202179141-
CMYK00.110.300.21
HSL37.38º36.53%67.25%-
HSV(B)37.38º30.2%79.22%-
XYZ45.2846.7231.83-
YUV181.54105.12142.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=38.70%
G=34.29%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217914100.110.300.2137.3836.5367.25
HexCAB38D0B1E15252543
Octal31226321501336254545103
Binary1100101010110011100011010101111110101011001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB38D; }

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

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

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

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

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

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

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

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