#CAB191

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

Shades of Tan #CAB191

Tints of Tan #CAB191

Color information

#CAB191 (or 0xCAB191) is unknown color: approx Tan. HEX triplet: CA, B1 and 91. RGB value is (202,177,145). Sum of RGB (Red+Green+Blue) = 202+177+145=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB191 is #354E6E. Grayscale: #B4B4B4. Windows color (decimal): -3493487 or 9548234. OLE color: 9548234.

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

Color convert

RGB202177145-
CMYK00.120.280.21
HSL33.68º34.97%68.04%-
HSV(B)33.68º28.22%79.22%-
XYZ45.1946.0533.29-
YUV180.83107.78143.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=38.55%
G=33.78%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217714500.120.280.2133.6834.9768.04
HexCAB1910C1C15222344
Octal31226122101434254243104
Binary1100101010110001100100010110011100101011000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB191; }

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

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

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

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

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

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

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

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