#CAB38E

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

Shades of Tan #CAB38E

Tints of Tan #CAB38E

Color information

#CAB38E (or 0xCAB38E) is unknown color: approx Tan. HEX triplet: CA, B3 and 8E. RGB value is (202,179,142). Sum of RGB (Red+Green+Blue) = 202+179+142=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB38E is #354C71. Grayscale: #B5B5B5. Windows color (decimal): -3492978 or 9352138. OLE color: 9352138.

HSL color Cylindrical-coordinate representation of color #CAB38E: hue angle of 37º degrees, saturation: 0.36, 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 #CAB38E is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202179142-
CMYK00.110.300.21
HSL37º36.14%67.45%-
HSV(B)37º29.7%79.22%-
XYZ45.3646.7532.22-
YUV181.66105.62142.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=38.62%
G=34.23%
B=27.15%

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
Decimal20217914200.110.300.213736.1467.45
HexCAB38E0B1E15252443
Octal31226321601336254544103
Binary1100101010110011100011100101111110101011001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB38E; }

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

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

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

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

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

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

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

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