#CAB289

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

Shades of Tan #CAB289

Tints of Tan #CAB289

Color information

#CAB289 (or 0xCAB289) is unknown color: approx Tan. HEX triplet: CA, B2 and 89. RGB value is (202,178,137). Sum of RGB (Red+Green+Blue) = 202+178+137=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB289 is #354D76. Grayscale: #B4B4B4. Windows color (decimal): -3493239 or 9024202. OLE color: 9024202.

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

Color convert

RGB202178137-
CMYK00.120.320.21
HSL37.85º38.01%66.47%-
HSV(B)37.85º32.18%79.22%-
XYZ44.7946.230.22-
YUV180.5103.45143.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 137 (53.91% from 255) = 26.50%
R=39.07%
G=34.43%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217813700.120.320.2137.8538.0166.47
HexCAB2890C2015262642
Octal31226221101440254646102
Binary11001010101100101000100101100100000101011001101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB289; }

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

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

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

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

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

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

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

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