#CAB089

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

Shades of Tan #CAB089

Tints of Tan #CAB089

Color information

#CAB089 (or 0xCAB089) is unknown color: approx Tan. HEX triplet: CA, B0 and 89. RGB value is (202,176,137). Sum of RGB (Red+Green+Blue) = 202+176+137=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB089 is #354F76. Grayscale: #B3B3B3. Windows color (decimal): -3493751 or 9023690. OLE color: 9023690.

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

Color convert

RGB202176137-
CMYK00.130.320.21
HSL36º38.01%66.47%-
HSV(B)36º32.18%79.22%-
XYZ44.445.4130.09-
YUV179.33104.11144.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=39.22%
G=34.17%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217613700.130.320.213638.0166.47
HexCAB0890D2015242642
Octal31226021101540254446102
Binary11001010101100001000100101101100000101011001001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB089; }

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

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

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

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

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

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

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

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