#CAB186

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

Shades of Tan #CAB186

Tints of Tan #CAB186

Color information

#CAB186 (or 0xCAB186) is unknown color: approx Tan. HEX triplet: CA, B1 and 86. RGB value is (202,177,134). Sum of RGB (Red+Green+Blue) = 202+177+134=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB186 is #354E79. Grayscale: #B3B3B3. Windows color (decimal): -3493498 or 8827338. OLE color: 8827338.

HSL color Cylindrical-coordinate representation of color #CAB186: hue angle of 37.94º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAB186 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202177134-
CMYK00.120.340.21
HSL37.94º39.08%65.88%-
HSV(B)37.94º33.66%79.22%-
XYZ44.3845.7229.04-
YUV179.57102.28144-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=39.38%
G=34.50%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217713400.120.340.2137.9439.0865.88
HexCAB1860C2215262742
Octal31226120601442254647102
Binary11001010101100011000011001100100010101011001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB186; }

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

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

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

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

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

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

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

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