#CAB489

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

Shades of Tan #CAB489

Tints of Tan #CAB489

Color information

#CAB489 (or 0xCAB489) is unknown color: approx Tan. HEX triplet: CA, B4 and 89. RGB value is (202,180,137). Sum of RGB (Red+Green+Blue) = 202+180+137=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB489 is #354B76. Grayscale: #B5B5B5. Windows color (decimal): -3492727 or 9024714. OLE color: 9024714.

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

Color convert

RGB202180137-
CMYK00.110.320.21
HSL39.69º38.01%66.47%-
HSV(B)39.69º32.18%79.22%-
XYZ45.1947.0130.36-
YUV181.68102.79142.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 137 (53.91% from 255) = 26.40%
R=38.92%
G=34.68%
B=26.40%

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
Decimal20218013700.110.320.2139.6938.0166.47
HexCAB4890B2015282642
Octal31226421101340255046102
Binary11001010101101001000100101011100000101011010001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB489; }

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

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

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

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

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

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

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

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