#CAB68E

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

Shades of Tan #CAB68E

Tints of Tan #CAB68E

Color information

#CAB68E (or 0xCAB68E) is unknown color: approx Tan. HEX triplet: CA, B6 and 8E. RGB value is (202,182,142). Sum of RGB (Red+Green+Blue) = 202+182+142=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB68E is #354971. Grayscale: #B7B7B7. Windows color (decimal): -3492210 or 9352906. OLE color: 9352906.

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

Color convert

RGB202182142-
CMYK00.100.300.21
HSL40º36.14%67.45%-
HSV(B)40º29.7%79.22%-
XYZ45.9747.9732.43-
YUV183.42104.63141.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=38.40%
G=34.60%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218214200.100.300.214036.1467.45
HexCAB68E0A1E15282443
Octal31226621601236255044103
Binary1100101010110110100011100101011110101011010001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB68E; }

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

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

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

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

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

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

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

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