#CAB189

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

Shades of Tan #CAB189

Tints of Tan #CAB189

Color information

#CAB189 (or 0xCAB189) is unknown color: approx Tan. HEX triplet: CA, B1 and 89. RGB value is (202,177,137). Sum of RGB (Red+Green+Blue) = 202+177+137=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB189 is #354E76. Grayscale: #B4B4B4. Windows color (decimal): -3493495 or 9023946. OLE color: 9023946.

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

Color convert

RGB202177137-
CMYK00.120.320.21
HSL36.92º38.01%66.47%-
HSV(B)36.92º32.18%79.22%-
XYZ44.5945.8130.16-
YUV179.92103.78143.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 137 (53.91% from 255) = 26.55%
R=39.15%
G=34.30%
B=26.55%

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
Decimal20217713700.120.320.2136.9238.0166.47
HexCAB1890C2015252642
Octal31226121101440254546102
Binary11001010101100011000100101100100000101011001011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB189; }

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

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

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

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

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

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

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

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