#CAB48E

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

Shades of Tan #CAB48E

Tints of Tan #CAB48E

Color information

#CAB48E (or 0xCAB48E) is unknown color: approx Tan. HEX triplet: CA, B4 and 8E. RGB value is (202,180,142). Sum of RGB (Red+Green+Blue) = 202+180+142=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB48E is #354B71. Grayscale: #B6B6B6. Windows color (decimal): -3492722 or 9352394. OLE color: 9352394.

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

Color convert

RGB202180142-
CMYK00.110.300.21
HSL38º36.14%67.45%-
HSV(B)38º29.7%79.22%-
XYZ45.5647.1532.29-
YUV182.25105.29142.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=38.55%
G=34.35%
B=27.10%

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
Decimal20218014200.110.300.213836.1467.45
HexCAB48E0B1E15262443
Octal31226421601336254644103
Binary1100101010110100100011100101111110101011001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB48E; }

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

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

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

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

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

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

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

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