#CAB091

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

Shades of Tan #CAB091

Tints of Tan #CAB091

Color information

#CAB091 (or 0xCAB091) is unknown color: approx Tan. HEX triplet: CA, B0 and 91. RGB value is (202,176,145). Sum of RGB (Red+Green+Blue) = 202+176+145=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB091 is #354F6E. Grayscale: #B4B4B4. Windows color (decimal): -3493743 or 9547978. OLE color: 9547978.

HSL color Cylindrical-coordinate representation of color #CAB091: hue angle of 32.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB091 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202176145-
CMYK00.130.280.21
HSL32.63º34.97%68.04%-
HSV(B)32.63º28.22%79.22%-
XYZ44.9945.6533.23-
YUV180.24108.11143.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 145 (57.03% from 255) = 27.72%
R=38.62%
G=33.65%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217614500.130.280.2132.6334.9768.04
HexCAB0910D1C15212344
Octal31226022101534254143104
Binary1100101010110000100100010110111100101011000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB091; }

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

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

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

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

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

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

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

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