#CAB48A

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

Shades of Tan #CAB48A

Tints of Tan #CAB48A

Color information

#CAB48A (or 0xCAB48A) is unknown color: approx Tan. HEX triplet: CA, B4 and 8A. RGB value is (202,180,138). Sum of RGB (Red+Green+Blue) = 202+180+138=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB48A is #354B75. Grayscale: #B5B5B5. Windows color (decimal): -3492726 or 9090250. OLE color: 9090250.

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

Color convert

RGB202180138-
CMYK00.110.320.21
HSL39.38º37.65%66.67%-
HSV(B)39.38º31.68%79.22%-
XYZ45.2747.0330.74-
YUV181.79103.29142.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=38.85%
G=34.62%
B=26.54%

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
Decimal20218013800.110.320.2139.3837.6566.67
HexCAB48A0B2015272643
Octal31226421201340254746103
Binary11001010101101001000101001011100000101011001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB48A; }

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

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

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

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

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

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

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

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