#CAB389

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

Shades of Tan #CAB389

Tints of Tan #CAB389

Color information

#CAB389 (or 0xCAB389) is unknown color: approx Tan. HEX triplet: CA, B3 and 89. RGB value is (202,179,137). Sum of RGB (Red+Green+Blue) = 202+179+137=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB389 is #354C76. Grayscale: #B5B5B5. Windows color (decimal): -3492983 or 9024458. OLE color: 9024458.

HSL color Cylindrical-coordinate representation of color #CAB389: hue angle of 38.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAB389 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202179137-
CMYK00.110.320.21
HSL38.77º38.01%66.47%-
HSV(B)38.77º32.18%79.22%-
XYZ44.9946.630.29-
YUV181.09103.12142.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 137 (53.91% from 255) = 26.45%
R=39.00%
G=34.56%
B=26.45%

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
Decimal20217913700.110.320.2138.7738.0166.47
HexCAB3890B2015272642
Octal31226321101340254746102
Binary11001010101100111000100101011100000101011001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB389; }

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

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

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

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

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

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

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

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